Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (15m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 15:23:47 UTC Now

2020-06-01 10:33:23 UTC MAIN commitmail json YAML

x11/libqtxdg: Remove wip reference in buildlink3.mk

(pin)

2020-06-01 10:31:04 UTC MAIN commitmail json YAML

doc: Updated x11/liblxqt to 0.15.1

(pin)

2020-06-01 10:30:37 UTC MAIN commitmail json YAML

x11/liblxqt: update to 0.15.1

liblxqt-0.15.1 / 2020-05-28
===========================
  * Bumped version to 0.15.1.
  * Removed dead codes.
  * Removed Xdg Dirs Fallback workaround.
  * Let Qt handle dialog position.
  * Prevent crash when closing screen saver error message.

liblxqt-0.15.0 / 2020-04-22
===========================
  * Bumped version to 0.15.0.
  * Fixed licenses.
  * Removed message handler from lxqtapplication.
  * Set default button to Yes in leave dialogs.
  * C++11 code updates.
  * Used braced initializer list in returns.
  * Allow spacing to be added between items in GridLayout.
  * Set size hint of selection widget correctly.
  * Make macOS build possible.
  * Fixed compilation error on the Hurd.
  * Fixed error messages for screensavers.
  * Fixed the wrong arguments in dbusCall.
  * Allow custom lock command in lxqtscreensaver.
  * Improved error messages in lxqtscreensaver.
  * Fixed LinuxBackend backlightChanged signal.
  * Remove deprecated QDesktopWidget.
  * Remove (duplicated) string casts definitions.
  * Don't use Qt keywords "emit", "signal" and "slot" (they may collide with glib).
  * Fixed memory leak in backlight brightness driver.
  * lxqtnotification: async API for querying serverInfo.

(pin)

2020-06-01 10:30:03 UTC MAIN commitmail json YAML

2020-06-01 10:26:20 UTC MAIN commitmail json YAML

doc: Updated x11/libqtxdg to 3.5.0

(pin)

2020-06-01 10:25:53 UTC MAIN commitmail json YAML

x11/libqtxdg: update to 3.5.0

libqtxdg-3.5.0 / 2020-04-22
===========================
  * Removed dead Qt4 Mac code from XdgIconLoader.
  * Removed obsolete qSwap.
  * Silenced clazy warnings
  * Sharp SVG icons with scale factors > 1.

(pin)

2020-06-01 10:21:16 UTC MAIN commitmail json YAML

doc: Updated devel/lxqt-build-tools to 0.7.0

(pin)

2020-06-01 10:20:48 UTC MAIN commitmail json YAML

devel/lxqt-build-tools: update to 0.7.0

lxqt-build-tools-0.7.0 / 2020-04-21
===================================
  * Bump version to 0.7.0.
  * Initial support for Xcode (AppleClang and ld64).
  * Added a section for settings related to CMake build.
  * Set C++ extensions to be disabled.
  * Forbid string casts in LXQtCompilerSettings.
  * Added a FindClazy CMake module.
  * Enabled Clazy option when building with clang.
  * Adds CMake find modules for some xdg-utils tools.
  * The minimum Qt version is bumped to 5.10.0.

(pin)

2020-06-01 10:13:40 UTC MAIN commitmail json YAML

2020-06-01 10:12:10 UTC MAIN commitmail json YAML

Disable amanda-dump-snap by default on all NetBSD versions. FFS snapshots
can cause panics or deadlocks.

(bouyer)

2020-06-01 07:05:27 UTC MAIN commitmail json YAML

py-test-testmon: Remove .orig file.

(jperkin)

2020-06-01 07:01:20 UTC MAIN commitmail json YAML

ncurses: Simplify handling of TOOLS_TBL.

Don't try to handle obscure cases where certain parts of curses are builtin,
historically it has been shown to lead to failures and a growing list of
special cases.  Just disable completely if native tbl(1) is not available.

Fixes latest issue seen by sjmulder on OpenIndiana.

(jperkin)

2020-06-01 06:28:49 UTC MAIN commitmail json YAML

print/tex-context: remove nonexistent file from REPLACE_TEXLUA

(rillig)

2020-06-01 06:25:31 UTC MAIN commitmail json YAML

sysutils/webmin: fix shell portability

(rillig)

2020-06-01 06:22:00 UTC MAIN commitmail json YAML

Updated www/nginx, www/nginx-devel, devel/cmake, devel/cmake-gui

(adam)

2020-06-01 06:21:27 UTC MAIN commitmail json YAML

cmake: updated to 3.17.3

CMake 3.17.3
* PCH: Fix REUSE_FROM in multi-config generators
* ExternalProject: expose _ep_cache_args_script to the caller
* FindBoost: Add 1.73 to known versions
* bootstrap: Use 'tr' more portably
* FindBoost: Update MinGW compiler tag for Boost 1.73
* CheckLanguage: Fix forwarding of CMAKE_CUDA_HOST_COMPILER
* Help: Add 3.17 release note for FindPkgConfig '-isystem' fix
* FindGTK2: Add harfbuzz target for dependency from pango
* VS: Fix using PCH from source with COMPILE_OPTIONS
* XL: Install our Fortran 'cpp' helper script with execute permission
* MSVC: Use 'pragma system_header' in PCH only on cl 19.13 and above
* Help: Document OBJC and OBJCXX env vars for Objective C/C++ compilers
* Objective C/C++: Honor CC and CXX env vars to select compiler
* Help: Add 3.17.3 release note for Objective C/C++ compiler selection
* cmGeneratorTarget: Clear AllConfigSources in ClearSourcesCache
* VS: Restore .sln support for VS Version Selector
* cm_cxx_features: Filter out libhugetlbfs warnings
* cm_cxx_features: Filter out 'icpc: command line warning 10121'
* CPack-deb: don't add a line with a dot to pkg desc
* Ninja Multi-Config: Make "install" targets depend on default configs
* FindPython: fix error on FPHSA call
* FindPython: ensure any specified version is correctly handled
* FindPython: use CMAKE specific variables to look-up debug library
* Help: clarify add_definitions() and add_compile_definitions() behavior
* Help: Correct CMAKE_CUDA_RUNTIME_LIBRARY applicability
* CUDA: Propagate CMAKE_CUDA_RUNTIME_LIBRARY state to try_compile
* CUDA: Compute CMAKE_CUDA_RUNTIME_LIBRARY default from toolchain
* Tests: Add coverage of ctest_test RETURN_VALUE and REPEAT
* CTest: Make sure NOT_RUN tests show up in the failed test log
* FindPkgConfig: also handle "-isystem" prefixes for include directories
* FindOpenSSL: Detect OpenSSL 3.0.0

(adam)

2020-06-01 06:21:22 UTC MAIN commitmail json YAML

cross/gcc-mips-current: disable check for unknown configure options

(rillig)

2020-06-01 06:19:42 UTC MAIN commitmail json YAML

nginx-devel: updated to 1.19.0

Changes with nginx 1.19.0
*) Feature: client certificate validation with OCSP.
*) Bugfix: "upstream sent frame for closed stream" errors might occur
  when working with gRPC backends.
*) Bugfix: OCSP stapling might not work if the "resolver" directive was
  not specified.
*) Bugfix: connections with incorrect HTTP/2 preface were not logged.

(adam)

2020-06-01 06:18:51 UTC MAIN commitmail json YAML

nginx: updated to 1.18.0

Changes with nginx 1.18.0
*) 1.18.x stable branch.

Changes with nginx 1.17.10
*) Feature: the "auth_delay" directive.

(adam)

2020-06-01 06:14:03 UTC MAIN commitmail json YAML

audio/tremor-tools: remove unknown configure options

(rillig)

2020-06-01 06:13:03 UTC MAIN commitmail json YAML

graphics/wxsvg: remove unknown configure option

(rillig)

2020-06-01 06:11:54 UTC MAIN commitmail json YAML

chat/xaric: remove unknown configure option

(rillig)

2020-06-01 06:11:01 UTC MAIN commitmail json YAML

math/xyconvert: remove unknown configure option

(rillig)

2020-06-01 06:09:42 UTC MAIN commitmail json YAML

ham/xlog: remove unknown configure option

(rillig)

2020-06-01 06:08:21 UTC MAIN commitmail json YAML

time/xfce4-orage: remove unknown configure option

(rillig)

2020-06-01 06:06:48 UTC MAIN commitmail json YAML

x11/xdm: remove unknown configure option

(rillig)

2020-06-01 06:04:57 UTC MAIN commitmail json YAML

sysutils/xcdroast: remove unknown configure option

(rillig)

2020-06-01 06:03:25 UTC MAIN commitmail json YAML

editors/poedit: remove unknown configure option

(rillig)

2020-06-01 05:54:16 UTC MAIN commitmail json YAML

net/nagios*: remove unknown configure option

Neither nagios-base nor the plugins know this option.

(rillig)

2020-06-01 05:15:07 UTC MAIN commitmail json YAML

Updated devel/py-autopep8, time/py-parsedatetime

(adam)

2020-06-01 05:14:49 UTC MAIN commitmail json YAML

py-parsedatetime: updated to 2.6

v2.6 release
Polished README.rst
fix pyicu import to suppress warnings
Fixed missing comma in seconds strings

Updated Pipfile and Makefile to:
- update and move packages to the "dev" section
- use Python 3.7 for pipenv
- install tox-pipenv plugin to try and fix Tox (currently doesn't)
- simplify tox.ini to try and fix Tox (didn't)
- move ci makefile target to the circle config

(adam)

2020-06-01 05:12:22 UTC MAIN commitmail json YAML

py-autopep8: updated to 1.5.3

version 1.5.3

changes
requirement pycodestyle version 2.6.0+

fix bugs
Expected pyproject.toml configuration syntax incompatible with TOML format
Fix incompatible exit code with --jobs=0 and --exit-code
Fix hangup E122 fixed method with backslash

(adam)

2020-06-01 03:50:21 UTC MAIN commitmail json YAML

(cad/kicad)  Adapt to boost 1.73. (sorry adhoc fix, please correct me if wrong tks)

- pkglint -F
- add patch for #include <algorithm>
  It's been failing since 2020/05/07 of boost update

  ./20200507.0738/kicad-5.1.4nb5
  ...
  ./20200523.0017/kicad-5.1.4nb6
  ...
  ./20200530.0227/kicad-5.1.4nb6

(mef)

2020-06-01 00:14:21 UTC MAIN commitmail json YAML

gimp-ufraw: Recover from patches that broke NetBSD 8

Replace patches that broke NetBSD 8 (added without MAINTAINER
consultation, and for which queries went unanswered), replacing them
with something that seems likely to work in multiple situations.

The basic issue is that OPENMP is unstable, and it does not seem to be
possible to write non-ifdefed code that compiles cleanly on old and
new versions:
  https://gcc.gnu.org/gcc-9/porting_to.html#ompdatasharing

(gdt)

2020-05-31 23:48:00 UTC MAIN commitmail json YAML

options.description: add "keyring" option

(gutteridge)

2020-05-31 23:44:49 UTC MAIN commitmail json YAML

mate-power-manager: remove unused PLIST.keyring variable

(gutteridge)

2020-05-31 23:38:41 UTC MAIN commitmail json YAML

doc: Belatedly note tor-browser plugin packages

(wiz)

2020-05-31 23:35:28 UTC MAIN commitmail json YAML

doc: Updated sysutils/mate-power-manager to 1.24.1

(gutteridge)

2020-05-31 23:34:45 UTC MAIN commitmail json YAML

mate-power-manager: update to 1.24.1

Change log:

mate-power-manager 1.24.1

  * Translations update
  * glib-genmarshal: replace deprecated tokens NONE and BOOL
  * Read authors (updated) from mate-power-manager.about
  * Use gtk_show_about_dialog to show about dialog
  * Remove the CPU wakeups feature
  * Update copyright year on about dialog
  * generate missing gpm-* PNGs from new SVGs
  * add missing gpm-phone SVGs
  * add missing gpm-keboard SVGs
  * add missing gpm-mouse SVGs

(gutteridge)

2020-05-31 23:29:31 UTC MAIN commitmail json YAML

doc: Updated graphics/mate-backgrounds to 1.24.1

(gutteridge)

2020-05-31 23:28:27 UTC MAIN commitmail json YAML

mate-backgrounds: update to 1.24.1

Change log:

mate-backgrounds 1.24.1

  * Translations update
  * build: add meson config files to EXTRA_DIST

(gutteridge)

2020-05-31 23:24:49 UTC MAIN commitmail json YAML

doc: Updated devel/mate-common to 1.24.1

(gutteridge)

2020-05-31 23:24:16 UTC MAIN commitmail json YAML

mate-common: update to 1.24.1

Change log:

mate-common 1.24.1

  * silent -Wunused-parameter for maximum warning level

(gutteridge)

2020-05-31 21:41:22 UTC MAIN commitmail json YAML

lang/nodejs*: skip portability check for macOS installation scripts

(rillig)

2020-05-31 21:32:21 UTC MAIN commitmail json YAML

games/xboard: remove unknown configure option

(rillig)

2020-05-31 21:22:47 UTC MAIN commitmail json YAML

doc/Makefile-example: unquote RESTRICTED, fix post-install

(rillig)

2020-05-31 21:18:14 UTC MAIN commitmail json YAML

doc/Makefile-example: remove reference to obsolete LICENCE variable

(rillig)

2020-05-31 21:01:43 UTC MAIN commitmail json YAML

doc/CHANGES-2011: clean up duplicate entries

(rillig)

2020-05-31 20:51:14 UTC MAIN commitmail json YAML

doc/CHANGES-2020: fix inconsistent entries

Detected by pkglint -Call.

(rillig)

2020-05-31 20:50:18 UTC MAIN commitmail json YAML

2020-05-31 20:49:34 UTC MAIN commitmail json YAML

2020-05-31 20:48:22 UTC MAIN commitmail json YAML

2020-05-31 20:47:23 UTC MAIN commitmail json YAML

Drop Python 2.7 restriction that isn't active anyway.

(joerg)

2020-05-31 20:45:17 UTC MAIN commitmail json YAML

2020-05-31 20:44:31 UTC MAIN commitmail json YAML

2020-05-31 20:35:55 UTC MAIN commitmail json YAML

libretro-desmume: convert to core.mk

(nia)

2020-05-31 19:47:12 UTC MAIN commitmail json YAML

doc: Updated net/gallery-dl to 1.14.0

(leot)

2020-05-31 19:47:01 UTC MAIN commitmail json YAML

gallery-dl: Update to 1.14.0

Changes:
1.14.0
------
### Additions
- [imagechest] add new extractor for imgchest.com (#750)
- [instagram] add `post_url`, `tags`, `location`, `tagged_users`
  metadata (#743)
- [redgifs] add image extractor (#724)
- [webtoons] add new extractor for webtoons.com (#761)
- implement `--write-pages` option (#736)
- extend `path-restrict` option (#662)
- implement `path-replace` option (#662, #755)
- make `path` and `keywords` available in logging messages (#574, #575)

### Changes
- [danbooru] change default value of `ugoira` to `false`
- [downloader:ytdl] change default value of `forward-cookies` to `false`
- [downloader:ytdl] fix file extensions when merging into `.mkv` (#720)
- write OAuth tokens to cache (#616)
- use `%APPDATA%\gallery-dl` for config files and cache on Windows
- use `util.Formatter` for formatting logging messages
- reuse HTTP connections from parent extractors

### Fixes
- [deviantart] use private access tokens for Journals (#738)
- [gelbooru] simplify and fix pool extraction
- [imgur] fix extraction of animated images without `mp4` entry
- [imgur] treat `/t/unmuted/` URLs as galleries
- [instagram] fix login with username & password (#756, #771, #797, #803)
- [reddit] don't send OAuth headers for file downloads (#729)
- fix/improve Cloudflare bypass code (#728, #757)
- reset filenames on empty file extensions (#733)

(leot)

2020-05-31 19:13:11 UTC MAIN commitmail json YAML

devhelp: re-add buildlink file.

Patch by Dan Cirnat on tech-pkg@.

(bsiegert)

2020-05-31 18:51:00 UTC MAIN commitmail json YAML

libretro-ppsspp: convert to core.mk

(nia)

2020-05-31 18:36:30 UTC MAIN commitmail json YAML

libretro-dolphin: correct SOEXT

(nia)

2020-05-31 18:34:56 UTC MAIN commitmail json YAML

libretro-mame2010: convert to core.mk

(nia)

2020-05-31 18:15:28 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-beetle-saturn to 20200526

(nia)

2020-05-31 18:15:12 UTC MAIN commitmail json YAML

libretro-beetle-saturn: Update to 20200526

David Walters (33):
      Update RETRO_ENVIRONMENT_SET_CONTROLLER_INFO when 6player adaptors are added/removed.
      Version bump
      state.h macro changes + fallout from that
      SCSP (audio cpu) sync.
      MDFN_HOT macro stub, to reduce number of diffs
      Reduce number of diff lines via closer sync of non-essential whitespace, formatting, macro attributes, etc.
      m68k register set/get
      VDP1 + VDP2 sync.
      Cartridge sync
      input sync (no JP keyboard)
      SCU sync.
      minor missing sync + fixes
      more syncing
      git + input "IDIIS" + jpkeyboard sync.
      gettext_noop sync
      SCU update sync + version bump
      Fix gun crosshair X position
      Fix for DOT crosshair mode
      Fix for Linux builds. Mednafen defines SIZEOF_VOID_P in its configure script, we do something similar with a makefile.
      Fix for new 3d pad internal data format
      version bump
      Game specific hacks
      merging of misc bits
      version bump
      new document
      Game specific hack (Fighting Vipers)
      SH-2 bugfix
      Reorganized SCSP DSP emulation
      Emulated input devices' internal states were not being reset on virtual power toggle
      version bump
      merging
      Sync with v1.22.2 of Mednafen
      fix crash bug when two multitaps are connected

Yoshi Sugawara (8):
      first hack to get touchscreen lightgun input working
      add core option for lightgun input: lightgun or touchscreen; check input mode when handling input
      remove debug statements
      added back setting gun position and button state for lightgun input
      touchscreen sensitivity: manually hold the gun position for a few cycles after the touch is released to ensure the fire happens at the right position
      Setting CC and CCX for ios-arm64 platform for buildbot recipe
      fixed arch argument to arm64
      (tvOS) support building

jdgleaver (1):
      Add disk control interface v1 support

(nia)

2020-05-31 17:51:19 UTC MAIN commitmail json YAML

converters/wv: remove unknown configure options

The libiconv prefix had been an empty string anyway since the correct
identifier would have been BUILDLINK_PREFIX.iconv, not
BUILDLINK_PREFIX.libiconv.

(rillig)

2020-05-31 17:49:49 UTC MAIN commitmail json YAML

libretro-np2kai: convert to core.mk

(nia)

2020-05-31 17:44:44 UTC MAIN commitmail json YAML

x11/wmweather: remove unknown configure option

(rillig)

2020-05-31 17:39:06 UTC MAIN commitmail json YAML

x11/vte029: remove unknown configure options

(rillig)

2020-05-31 17:38:15 UTC MAIN commitmail json YAML

libretro-flycast: Update COMMENT

(nia)

2020-05-31 17:37:36 UTC MAIN commitmail json YAML

audio/vorbis-tools: remove unknown configure options

(rillig)

2020-05-31 17:35:39 UTC MAIN commitmail json YAML

www/tinyproxy: remove unknown configure options

(rillig)

2020-05-31 17:34:15 UTC MAIN commitmail json YAML

mail/teapop: remove unknown configure option

The correct option would be --enable-lock=flock.

(rillig)

2020-05-31 17:30:17 UTC MAIN commitmail json YAML

sysutils/syslog-ng: remove unknown configure option

(rillig)

2020-05-31 17:26:30 UTC MAIN commitmail json YAML

mail/sylpheed: remove unknown configure option

(rillig)

2020-05-31 17:24:45 UTC MAIN commitmail json YAML

audio/spek: remove unknown configure options

(rillig)

2020-05-31 17:23:45 UTC MAIN commitmail json YAML

chat/silc-client: remove unknown configure options

(rillig)

2020-05-31 17:22:16 UTC MAIN commitmail json YAML

chat/scrollz: remove unknown configure options

(rillig)

2020-05-31 17:19:50 UTC MAIN commitmail json YAML

graphics/sane-backends: remove unknown configure options

(rillig)

2020-05-31 17:16:39 UTC MAIN commitmail json YAML

devel/rvm: remove unknown configure option

(rillig)

2020-05-31 17:15:33 UTC MAIN commitmail json YAML

databases/ruby-qdbm: remove unknown configure option

(rillig)

2020-05-31 17:14:23 UTC MAIN commitmail json YAML

devel/remake: remove unknown configure option

(rillig)

2020-05-31 17:12:23 UTC MAIN commitmail json YAML

devel/rapidsvn: remove unknown configure option

(rillig)

2020-05-31 17:09:17 UTC MAIN commitmail json YAML

databases/qdbm-plus: remove unknown configure option

(rillig)

2020-05-31 17:07:59 UTC MAIN commitmail json YAML

databases/qdbm-cgi: remove unknown configure option

(rillig)

2020-05-31 17:02:14 UTC MAIN commitmail json YAML

emulators: +libretro-smsplus

(nia)

2020-05-31 17:01:22 UTC MAIN commitmail json YAML

doc: Added emulators/libretro-smsplus version 20200425

(nia)

2020-05-31 17:01:08 UTC MAIN commitmail json YAML

emulators: Add libretro-smsplus

Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

SMS Plus is an open source Sega Master System and Game Gear emulator written
by Charles MacDonald.

SMS Plus GX is an enhanced version which includes improved accuracy and bug
fixes.

(nia)

2020-05-31 17:00:18 UTC MAIN commitmail json YAML

x11/py-vte: remove unknown configure option

(rillig)

2020-05-31 16:59:03 UTC MAIN commitmail json YAML

math/ppl: remove unknown configure option

(rillig)

2020-05-31 16:57:21 UTC MAIN commitmail json YAML

net/php-xmlrpc: remove unknown configure option

(rillig)

2020-05-31 16:51:29 UTC MAIN commitmail json YAML

mail/php-imap: remove unknow configure option

(rillig)

2020-05-31 16:46:38 UTC MAIN commitmail json YAML

graphics/php-exif: remove unknown configure option

(rillig)

2020-05-31 16:44:19 UTC MAIN commitmail json YAML

database/php-dba: remove unknown configure option

(rillig)

2020-05-31 16:43:05 UTC MAIN commitmail json YAML

databases/pgadmin3: remove unknown configure option

(rillig)

2020-05-31 16:38:48 UTC MAIN commitmail json YAML

databases/p5-qdbm: remove unknown configure option

(rillig)

2020-05-31 16:38:01 UTC MAIN commitmail json YAML

databases/qdbm: fix default value for GNU_CONFIGURE_PTHREAD

It had previously been yes, therefore this is the default value.

(rillig)

2020-05-31 16:33:06 UTC MAIN commitmail json YAML

libretro-2048: convert to core.mk

(nia)

2020-05-31 16:30:24 UTC MAIN commitmail json YAML

doc: Updated games/libretro-craft to 20200504

(nia)

2020-05-31 16:30:14 UTC MAIN commitmail json YAML

libretro-craft: Update to 20200504

BringerethOfLight (1):
      fixes some of the remaining memory access issues

Vladimir Serbinenko (6):
      Make sure log_cb is always set
      Don't attempt to run main loop after failure.
      Log database init error code
      Fix path to auth database
      Fix compile failure on emscripten
      Improve logging

twinaphex (1):
      Update GLSM

Ömercan Kömür (1):
      Update libretro.h

(nia)

2020-05-31 16:29:54 UTC MAIN commitmail json YAML

editors/nvi: remove unknown configure option

(rillig)

2020-05-31 16:26:36 UTC MAIN commitmail json YAML

hitch: drop unused build dependency for py-docutils

(tnn)

2020-05-31 16:22:45 UTC MAIN commitmail json YAML

doc: Updated games/libretro-nxengine to 20200109

(nia)

2020-05-31 16:22:35 UTC MAIN commitmail json YAML

libretro-nxengine: Update to 20200109

Emery Hemingway (6):
      Remove superfluous C++ include
      Tupfile for super-repositories
      Revert "Build rules for Genode platform"
      Support original keyboard mappings
      Optional LIBRETRO_COMM_DIR override
      Stop polling inputs after F3

Leonardo Montenegro (1):
      Adding diacritics support

(nia)

2020-05-31 16:12:10 UTC MAIN commitmail json YAML

editors/mule: disable check for unknown configure options

(rillig)

2020-05-31 16:06:59 UTC MAIN commitmail json YAML

devel/monotone: remove unknown configure option

(rillig)

2020-05-31 16:06:19 UTC MAIN commitmail json YAML

libretro-virtualjaguar: less awkward COMMENT

(nia)

2020-05-31 16:05:54 UTC MAIN commitmail json YAML

mingw-w64-x86_64-winpthreads: remove unknown configure options

These options are only for crt, not for winpthreads.

(rillig)

2020-05-31 16:05:37 UTC MAIN commitmail json YAML

doc: Removed emulators/libretro-mupen64plus successor emulators/libretro-parallel-n64

(nia)

2020-05-31 16:04:39 UTC MAIN commitmail json YAML

mingw-w64-i686-winpthreads: remove unknown configure options

These options are only for crt, not for winpthreads.

(rillig)

2020-05-31 16:04:30 UTC MAIN commitmail json YAML

2020-05-31 16:03:18 UTC MAIN commitmail json YAML

doc: Added emulators/libretro-parallel-n64 version 20200528

(nia)

2020-05-31 16:03:04 UTC MAIN commitmail json YAML

emulators: Add libretro-parallel-n64

Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

Parallel N64 is an optimized/rewritten Nintendo 64 emulator made specifically
for Libretro. It was originally based on Mupen64 Plus.

(nia)

2020-05-31 15:55:17 UTC MAIN commitmail json YAML

Previous was an add, not update.

(kim)

2020-05-31 15:54:01 UTC MAIN commitmail json YAML

doc: Updated security/ca-certificates to 20190110

(kim)

2020-05-31 15:53:44 UTC MAIN commitmail json YAML

Add ca-certificates-20190110

This package provides the certificates distributed by the Mozilla
Project.

It also provides a script, update-ca-certs, which can be used to manage
a location that makes certificates usable by TLS implementations,
including installing select certificates from this package.

(kim)

2020-05-31 15:49:15 UTC MAIN commitmail json YAML

x11/mate-session-manager: remove unknown configure options

(rillig)

2020-05-31 15:47:40 UTC MAIN commitmail json YAML

security/mate-polkit: remove unknown configure option

(rillig)

2020-05-31 15:44:16 UTC MAIN commitmail json YAML

x11/lxappearance: remove unknown configure option

(rillig)

2020-05-31 15:43:17 UTC MAIN commitmail json YAML

chat/loudmouth: remove unknown configure option

(rillig)

2020-05-31 15:42:08 UTC MAIN commitmail json YAML

net/lldpd: remove unknown configure option

(rillig)

2020-05-31 15:36:12 UTC MAIN commitmail json YAML

security/libprelude: remove unknown configure option

(rillig)

2020-05-31 15:34:32 UTC MAIN commitmail json YAML

devel/libosip: remove unknown configure option

(rillig)

2020-05-31 15:32:20 UTC MAIN commitmail json YAML

x11/libgnomekbd: remove unknown configure options

(rillig)

2020-05-31 15:30:52 UTC MAIN commitmail json YAML

net/libgdata0.6: remove unknown configure option

(rillig)

2020-05-31 15:26:59 UTC MAIN commitmail json YAML

devel/libfirm: remove unknown configure option

(rillig)

2020-05-31 15:26:09 UTC MAIN commitmail json YAML

2020-05-31 15:24:20 UTC MAIN commitmail json YAML

x11/lesstif: remove unknown configure options

(rillig)

2020-05-31 15:23:33 UTC MAIN commitmail json YAML

doc: Removed emulators/libretro-reicast successor emulators/libretro-flycast

(nia)

2020-05-31 15:22:21 UTC MAIN commitmail json YAML

games/lbreakout2: remove unknown configure option

(rillig)

2020-05-31 15:22:18 UTC MAIN commitmail json YAML

2020-05-31 15:20:39 UTC MAIN commitmail json YAML

doc: Added emulators/libretro-flycast version 20200529

(nia)

2020-05-31 15:20:22 UTC MAIN commitmail json YAML

databases/kyotocabinet: remove unknown configure option

(rillig)

2020-05-31 15:20:22 UTC MAIN commitmail json YAML

2020-05-31 15:18:30 UTC MAIN commitmail json YAML

databases/java-qdbm: remove unknown configure option

(rillig)

2020-05-31 15:10:11 UTC MAIN commitmail json YAML

chat/irssi-icb: remove unknown configure options

(rillig)

2020-05-31 15:08:27 UTC MAIN commitmail json YAML

news/inn: remove unknown configure option

(rillig)

2020-05-31 15:05:28 UTC MAIN commitmail json YAML

net/inetutils: remove unknown configure options

(rillig)

2020-05-31 15:03:06 UTC MAIN commitmail json YAML

www/htdavlock: remove unknown configure option

(rillig)

2020-05-31 14:54:10 UTC MAIN commitmail json YAML

security/hitch: remove unknown configure option

(rillig)

2020-05-31 14:49:13 UTC MAIN commitmail json YAML

databases/guile-pg: remove unknown configure option

(rillig)

2020-05-31 14:47:47 UTC MAIN commitmail json YAML

gst-plugins1-ugly: remove unknown configure options

(rillig)

2020-05-31 14:46:49 UTC MAIN commitmail json YAML

gst-plugins0.10-ugly: remove unknown configure options

(rillig)

2020-05-31 14:44:45 UTC MAIN commitmail json YAML

gst-plugins0.10-fluendo-mp3: remove unknown configure option

(rillig)

2020-05-31 14:43:14 UTC MAIN commitmail json YAML

textproc/groonga: remove unknown configure option

(rillig)

2020-05-31 14:40:29 UTC MAIN commitmail json YAML

print/cups-filters: remove unknown configure option

(rillig)

2020-05-31 14:39:33 UTC MAIN commitmail json YAML

comms/asterisk16: remove unknow configure option

(rillig)

2020-05-31 14:36:21 UTC MAIN commitmail json YAML

2020-05-31 14:33:58 UTC MAIN commitmail json YAML

2020-05-31 14:11:42 UTC MAIN commitmail json YAML

2020-05-31 13:10:29 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.10.15, filezilla-3.48.1, gopls-0.4.1, libdrm-2.4.102,
  libfilezilla-0.22.0, poppler-0.89.0, py-google-api-python-client-1.8.4,
  py-google-auth-1.16.0, py-setuptools-47.1.1, py-setuptools_scm-4.1.1,
  ruby-jekyll-4.1.0, spdlog-1.6.1, subversion-base-1.14.0,
  tor-browser-https-everywhere-2020.5.20.

(wiz)

2020-05-31 12:38:58 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-virtualjaguar to 20200521

(nia)

2020-05-31 12:38:48 UTC MAIN commitmail json YAML

2020-05-31 12:29:27 UTC MAIN commitmail json YAML

doc/CHANGES-2020: Removed emulators/libretro-fbalpha successor emulators/fbneo

(nia)

2020-05-31 12:28:21 UTC MAIN commitmail json YAML

2020-05-31 12:28:12 UTC MAIN commitmail json YAML

2020-05-31 12:19:48 UTC MAIN commitmail json YAML

doc: Added emulators/libretro-fbneo version 20200530

(nia)

2020-05-31 12:19:33 UTC MAIN commitmail json YAML

emulators: Add libretro-fbneo

Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

FinalBurn Neo is an emulator for arcade games and select consoles.

It is based on the emulators FinalBurn and old versions of MAME.  Many of
the developers of this project also worked on FB Alpha. Due to a controversy,
we no longer do, and recommend that everyone use this emulator instead.

(nia)

2020-05-31 11:45:45 UTC MAIN commitmail json YAML

libretro-bsnes-mercury: convert to core.mk

(nia)

2020-05-31 11:40:47 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-bluemsx to 20200507

(nia)

2020-05-31 11:39:55 UTC MAIN commitmail json YAML

libretro-bluemsx: Update to 20200507

David Demelier (1):
      Fix build under clang

Vladimir Serbinenko (5):
      Fix 3DS compilation
      Fix libnx compilation
      Add support for psl1ght
      Fix arguments for coinDeviceCreate
      Remove leftover endiannness defines

diedel (1):
      Fixed not smooth scroll in PAL 50Hz

(nia)

2020-05-31 11:38:13 UTC MAIN commitmail json YAML

py-tortoise-orm: apparently Python 3.6 is not supported

(adam)

2020-05-31 11:34:37 UTC MAIN commitmail json YAML

Updated devel/py-ipython, multimedia/mkvtoolnix

(adam)

2020-05-31 11:34:15 UTC MAIN commitmail json YAML

mkvtoolnix: updated to 47.0.0

Version 47.0.0 "Black Flag"

New features and enhancements

* mkvmerge: chapters: mkvmerge can now read chapters from DVDs if the user
  specifies the path to a DVD folder structure via the `--chapters …`
  parameter. By default chapters from the first title will be imported. This
  can be changed by append `:<title number>` to the file/directory name in the
  `--chapters …` argument, e.g. `--chapters /srv/dvds/BigBuckBunny/VIDEO_TS:3`
  This feature requires mkvmerge to have been built with the `libdvdread`
  library.
* mkvmerge: added `--engage append_and_split_flac` that enables mkvmerge to
  append and split FLAC tracks, restoring pre-v45 behavior.  The resulting
  tracks will be broken: the official FLAC tools will not be able to decode
  them and seeking will not work as expected.
* MKVToolNix GUI: multiplexer: added support for mkvmerge's new support for
  reading chapters from DVDs if both have been built with the `libdvdread`
  library.
* MKVToolNix GUI: multiplexer: when deriving languages from file names the GUI
  will now look for simplified language names instead of the full ones
  (e.g. instead of looking for "Greek, Modern (1453-)" it would simply look
  for "Greek").
* MKVToolNix GUI: multiplexer: the options in the "additional command-line
  options" dialog are now sorted alphabetically. Additionally the
  `--append-mode` option has been added as one of the only missing global
  options.
* MKVToolNix GUI: chapter editor: the chapter editor can now read chapters
  from DVDs if MKVToolNix has been build with the `libdvdread` library.
* MKVToolNix GUI: header editor: added an option in the preferences for
  displaying all date & time values in UTC instead of the local time
  zone.

Bug fixes

* all: fixed a crash when using the `MTX_LOGGER=file` syntax for logging debug
  messages without specifying a file name to log to. It will now log to a file
  called `mkvtoolnix-debug.log` in the system's default temporary directory,
  as initially intended.

Build system changes

* The [`libdvdread`](https://www.videolan.org/developers/libdvdnav.html)
  library will be used if found via `pkg-config`. If it is found, support for
  reading chapters from DVDs will be enabled in `mkvmerge` and the MKVToolNix
  GUI.
* Boost's Date/Time, Lexical Cast, Range, Range Adaptors, Tri-Bool, Variant
  libraries are not used anymore.
* MKVToolNix now requires a C++ compiler & standard library that support the
  following features of the C++17 standard: "`std::variant`", "`std::gcd`".
  For the GNU Compiler Collection (gcc) this means v7 or newer; for clang it
  means v4 or newer — the same versions required by earlier MKVToolNix
  versions.
* MKVToolNix now requires version 6.1.0 of fmtlib or later for the
  `fmt::to_string` function and bugfixes to the formatting of floating point
  numbers. If a system-wide version is installed that's older, the bundled
  copy will be used.
* The bundled version of fmtlib has been updated to release 6.2.1.

(adam)

2020-05-31 11:31:52 UTC MAIN commitmail json YAML

py-ipython: updated to 7.15.0

IPython 7.15 brings a number of bug fixes and user facing improvements.

Misc Noticeable changes:
------------------------
- Long completion name have better elision in terminal
- I've started to test on Python 3.9 and fix some errors.
- Hi DPI scaling of figures when using qt eventloop
- Document the ability to have systemwide configuration for IPython.
- Fix issues with input autoformatting
- ``IPython.core.debugger.Pdb`` is now interruptible
- Video HTML attributes

(adam)

2020-05-31 10:09:46 UTC MAIN commitmail json YAML

doc: Add corresponding PKGVERSION to p5-Net-Curl entry

(PKGREVISION was accidentally not removed.)

(leot)

2020-05-31 09:51:59 UTC MAIN commitmail json YAML

doc: Updated devel/xxhash to 0.7.3

(nia)

2020-05-31 09:51:35 UTC MAIN commitmail json YAML

xxhash: Update to 0.7.3. Fix installation of libs.

v0.7.3
- perf: improved speed for large inputs (~+20%)
- perf: improved latency for small inputs (~10%)
- perf: s390x Vectorial code, by @easyaspi314
- cli: improved support for Unicode filenames on Windows, thanks to @easyaspi314 and @t-mat
- api: `xxhash.h` can now be included in any order, with and without `XXH_STATIC_LINKING_ONLY` and `XXH_INLINE_ALL`
- build: xxHash's implementation transferred into `xxhash.h`. No more need to have `xxhash.c` in the `/include` directory for `XXH_INLINE_ALL` to work
- install: created pkg-config file, by @bket
- install: VCpkg installation instructions, by @LilyWangL
- doc: Highly improved code documentation, by @easyaspi314
- misc: New test tool in `/tests/collisions`: brute force collision tester for 64-bit hashes

v0.7.2
- Fixed collision ratio of `XXH128` for some specific input lengths, reported by @svpv
- Improved `VSX` and `NEON` variants, by @easyaspi314
- Improved performance of scalar code path (`XXH_VECTOR=0`), by @easyaspi314
- `xxhsum`: can generate 128-bit hashes with the `-H2` option (note: for experimental purposes only! `XXH128` is not yet frozen)
- `xxhsum`: option `-q` removes status notifications

v0.7.1
- Secret first: the algorithm computation can be altered by providing a "secret", which is any blob of bytes, of size >= `XXH3_SECRET_SIZE_MIN`.
- `seed` is still available, and acts as a secret generator
- updated `ARM NEON` variant by @easyaspi314
- Streaming implementation is available
- Improve compatibility and performance with Visual Studio, with help from @aras-p
- Better integration when using `XXH_INLINE_ALL`: do not pollute host namespace, use its own macros, such as `XXH_ASSERT()`, `XXH_ALIGN`, etc.
- 128-bit variant provides helper functions for comparison of hashes.
- Better `clang` generation of `rotl` instruction, thanks to @easyaspi314
- `XXH_REROLL` build macro to reduce binary size, by @easyaspi314
- Improved `cmake` script, by @Mezozoysky
- Full benchmark program provided in `/tests/bench`

(nia)

2020-05-31 09:36:44 UTC MAIN commitmail json YAML

security/kstart: remove unknown configure option

(rillig)

2020-05-31 09:33:34 UTC MAIN commitmail json YAML

x11/qt4-mng: suppress USE_TOOLS+=perl warning

(rillig)

2020-05-31 09:31:58 UTC MAIN commitmail json YAML

mail/claws-mail: suppress USE_TOOLS+=perl warning

(rillig)

2020-05-31 09:30:12 UTC MAIN commitmail json YAML

net/kmldonkey: suppress USE_TOOLS+=perl warning

(rillig)

2020-05-31 09:27:41 UTC MAIN commitmail json YAML

cross/freemint-mintlib: suppress USE_TOOLS+=perl warning

(rillig)

2020-05-31 09:25:51 UTC MAIN commitmail json YAML

shells/zsh: ignore [[ in shell program

(rillig)

2020-05-31 09:23:02 UTC MAIN commitmail json YAML

fonts/tex-drm-doc: skip shell portability

(rillig)

2020-05-31 09:15:03 UTC MAIN commitmail json YAML

games/stone-soup: skip shell portability for macOS

(rillig)

2020-05-31 08:45:32 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-beetle-sgx to 20200520

(nia)

2020-05-31 08:44:58 UTC MAIN commitmail json YAML

libretro-beetle-sgx: Update to 20200520

Brad Parker (1):
      initial cdrom support

Rob Loach (1):
      Update core options API

fpscan (1):
      Turkish language option

negativeExponent (20):
      Update core files to 1.23
      Sync blip and psg sound
      Update libretro-common files
      Update libretro.cpp
      Fix runahead for arcade card games
      Allow access to available RAM using retro_memory_map
      Bump version to 1.23.0
      Change core prefix name to Beetle
      Implement environment callback RETRO_ENVIRONMENT_GET_INPUT_BITMASKS
      Input improvements and sync misc items
      Cleanup Makefile
      Update Makefile
      Simplify update_input()
      Add core option to allow automatic detection of Games Express CD games
      Cut down on unneeded logging when no related option has been changed
      input: Tweaks and bug fix for turbo
      Create README.md
      Update .travis.yml
      Remove audio/video stats report - frontend already has stats collection
      Move 2/6 button mode toggle to frontend - Fixes the issue where toggling does not retain 6-button modes Reference https://github.com/libretro/beetle-pce-fast-libretro/issues/148

retro-wertz (9):
      Remove unneeded references to basename and save_directory
      Fix softreset and allow_up_down options
      Cleanup - Remove header mednafen/huc.h - Remove unused function IsBRAMUsed() - Cleanup MDFNI_LoadGame()
      Update libretro.cpp
      Silence this log when not running CDROM game
      Remove unnecessary comment from makefile
      fix wrong operator, this should be "="
      Use fixed values for PAR modes
      stop travis building for wiiu for now

(nia)

2020-05-31 08:29:45 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-beetle-vb to 20200518

(nia)

2020-05-31 08:29:17 UTC MAIN commitmail json YAML

2020-05-31 08:17:56 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-beetle-wswan to 20200518

(nia)

2020-05-31 08:17:36 UTC MAIN commitmail json YAML

libretro-beetle-wswan: Update to 20200518

Changes:
* Prevent 'double free' crash when closing content
* Update name to Beetle
* Backport variable audio rate
* backport 1.24.0 fixes
* backport variable color depth
* fix refresh rate
* Silence some warnings

(nia)

2020-05-31 07:42:13 UTC MAIN commitmail json YAML

multimedia/ffmpeg4: fix USE_LANGUAGES

multimedia/ffmpeg4 does not need -std=gnu99, only ffplay4 does.

Since mk/compiler.mk is protected by a multiple-inclusion guard, any
later assignment to USE_LANGUAGES has no effect except being confusing.
The additional languages show up in "bmake show-var" but at the point of
evaluation, they had not been set yet.

This can be detected by several pkgsrc tools:

pkglint says:

WARN: ../../multimedia/ffmpeg4/Makefile.common:14: Modifying
  USE_LANGUAGES after including ../../mk/compiler.mk has no effect.

Adding a manual check to mk/compiler.mk results in:

bmake[1]: "mk/compiler.mk" line 273: warning:
  For multimedia/ffmpeg4, only languages "c" are used,
  the others in "c99" were defined too late.

Making the variable USE_LANGUAGES read-only after including
mk/compiler.mk results in:

bmake[1]: "multimedia/ffmpeg4/Makefile.common" line 14:
  Read-only USE_LANGUAGES cannot be set

(The latter two checks are not yet in the official pkgsrc tree.)

(rillig)

2020-05-31 00:00:13 UTC MAIN commitmail json YAML

mk/compiler: Set -fcommon for GCC 10

As with clang. Default got flipped with v10.

(sjmulder)

2020-05-30 22:45:36 UTC MAIN commitmail json YAML

mk/compiler: Fix version check for GCC 10

Caused SSP flags to be omitted in GCC 10. Check flipped because all new
GCC versions can be expected to support it.

(sjmulder)

2020-05-30 22:45:07 UTC MAIN commitmail json YAML

Reoder sections.
Fix WRKSRC path.

(nat)

2020-05-30 22:39:08 UTC MAIN commitmail json YAML

2020-05-30 21:36:15 UTC MAIN commitmail json YAML

bootstrap: Fix default target arch on SunOS.

Use the kernel architecture via isainfo -k to base our default on, as uname
will always return the same result regardless.  Ensures we default to 64-bit
pkgsrc on amd64, as well as adding support for sparcv9.

(jperkin)

2020-05-30 21:07:11 UTC MAIN commitmail json YAML

Updated www/p5-Net-Curl to 0.44

(dogcow)

2020-05-30 21:04:26 UTC MAIN commitmail json YAML

2020-05-30 20:48:59 UTC MAIN commitmail json YAML

2020-05-30 20:48:14 UTC MAIN commitmail json YAML

2020-05-30 20:47:08 UTC MAIN commitmail json YAML

2020-05-30 20:46:09 UTC MAIN commitmail json YAML

Python config leaks _NETBSD_SOURCE into the build, so ensure it is
provided consistently to undo damage. Spell C++11 mode canonically.

(joerg)

2020-05-30 20:45:12 UTC MAIN commitmail json YAML

2020-05-30 20:44:39 UTC MAIN commitmail json YAML

2020-05-30 20:43:40 UTC MAIN commitmail json YAML

2020-05-30 20:36:33 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-mame2010 to 20200525

(nia)

2020-05-30 20:36:15 UTC MAIN commitmail json YAML

libretro-mame2010: Update to 20200525

Aaron Kling (3):
      Don't compare pointers to zero
      Move objects lists into variables
      libretro: jni: Fix jni makefiles

Mark W. Kidd (2):
      use core name for DAT
      use core-generated DAT

hizzlekizzle (3):
      add ARM 64-bit build target for android
      backport 12-bit wrapping fix

pjft (1):
      Fix for ARM memory accesses (#139)

(nia)

2020-05-30 19:57:23 UTC MAIN commitmail json YAML

mk/defaults/options.description: remove trailing whitespace

(rillig)

2020-05-30 19:25:38 UTC MAIN commitmail json YAML