Commit graph

335874 commits

Author SHA1 Message Date
fox
f8b614fb80 doc: Updated audio/din to 50.1 2021-03-30 00:16:24 +00:00
fox
168a6107b6 audio/din: Updates to 50.1
Changes since 50:

DIN Is Noise 50.1 :

  :( fixed wrong Velocity and Acceleration directions on Auto Rotate :)
  * improved item list handling
2021-03-30 00:15:42 +00:00
gdt
4cf1701f5e doc: Updated ham/chirp to 20210307 2021-03-29 23:17:37 +00:00
gdt
f040fd5c9e ham/chirp: Update to 20210307
Upstream changes are bugfixes and minor improvements
2021-03-29 23:17:29 +00:00
gdt
e005d94800 doc: Updated geography/qgis to 3.16.5 2021-03-29 23:16:24 +00:00
gdt
f50d751cc3 geography/qgis: Update to 3.16.5
Upstream changes: bug fixes
2021-03-29 23:16:14 +00:00
wiz
019deaa08c doc: Updated sysutils/dbus to 1.12.20nb1 2021-03-29 21:00:26 +00:00
wiz
f9d9a91788 dbus: switch from pkgsrc-only var/db/dbus to default var/lib/dbus
This path is what other code, notably glib2, expects.

While here, remove a compatibility patch for NetBSD 5/6.

Bump PKGREVISION.
2021-03-29 21:00:17 +00:00
wiz
c9cf7b5a0d doc: Updated x11/libXaw to 1.0.14 2021-03-29 20:57:18 +00:00
wiz
21c6fc1e98 libXaw: update to 1.0.14.
Changes in libXaw-1.0.14:

Alan Coopersmith (26):
      editres can trigger sigsegv in inspected application (Debian bug 790325)
      Fix xload crashes if the window is wider than 2048 pixels
      Fix misleading indentation in TextAction.c
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      specs: suggest XtOpenApplication instead of XtAppInitialize
      specs: Convert troff .IN macros to docbook <indexterm> tags
      specs: Add olinks to libXt spec
      specs: Add olinks to libX11 spec
      specs: Add olinks to ICCCM spec
      specs: Add missing subsections of CH4 and reorder to match X11R6.6 spec
      specs: Reorder subsections of CH5 to match X11R6.6 spec
      specs: update credits for DocBook conversion
      specs: show libXaw version instead of X11R7.7
      specs: use glossary list markup for Terminology section
      specs: restore missing list terms in "Underlying Model"
      specs: fixup some more xrefs & links
      specs: fixup remaining troff \fI & \fP escapes
      specs: Convert ``quotes'' to <quote>
      specs: misc. manual fixes
      specs: replace nroff 1/6th-em space (\|) with Unicode entity (&#x2006;)
      specs: replace nroff hair space (\^) with Unicode entity (&#x200A;)
      specs: move trailing punctuation to behind </function> tag
      specs: remove excess spaces between < > and header names
      specs: app-defaults & rgb.txt are in /usr/share now, not /usr/lib
      Pass correct number of atoms from SelectSave to _XawTextSaltAwaySelection

Emil Velikov (1):
      autogen.sh: use quoted string variables

Jeremy Huddleston Sequoia (1):
      darwin: Remove incorrect export of vendorShellClassRec and vendorShellWidgetClass

Jon Turney (1):
      Avoid warning about missing getpagesize() prototype on Windows

Matt Turner (1):
      libXaw 1.0.14

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Roberto Branciforti (1):
      Scrollbar.c: Add Btn4 & Btn5 to default translations

Thomas E. Dickey (57):
      build-fixes when _CONST_X_STRING is defined
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add casts to quiet gcc conversion-warnings, no object change
      add --disable-const option, from libXt
      trim some stray backslashes leftover from nroff, and fix some whitespace in code samples
      quiet some more type-conversion warnings, as well as unused-parameters
      change variables to/from char* vs String to reduce compiler warnings (no object change)
      fix a missing struct-initializer, and quiet unused-parameter warnings
      change a couple of variable-types to reduce compiler warnings (no object change)
      fix some type/comparison compiler warnings (no object change)
      fix some type/conversion compiler warnings (no object change)
      fix some type/conversion compiler warnings (no object change)
      fix some type/conversion compiler warnings (no object change)
      fix misleading indentation, which gave a compiler warning
      fix some type/conversion warnings (no object change)
      fix some type/conversion warnings (no object change)
      fix some compiler warnings in MenuButton.c by changing the menu name from String to char*
      use _X_UNUSED to quiet unused-parameter warnings
      change COMMON_CFLAGS and COMMON_CPPFLAGS to AM_CFLAGS and AM_CPPFLAGS
      fix compiler warning by updating parameter type for call to XtDisplayInitialize
      reduce compiler warnings using casts, no object change
      compiler-warning fixes for const-mismatches, no object-change

Tobias Stoeckmann (1):
      NULL pointer dereference in XawAsciiSinkInitialize
2021-03-29 20:57:08 +00:00
wiz
f98e15800d doc: not end of freeze 2021-03-29 20:28:57 +00:00
sjmulder
875e2dbc9f math/sc-im: Set maintainer to pkgsrc-users 2021-03-29 15:55:58 +00:00
sjmulder
4197bdbc38 sysutils/nnn: Change maintainer to pkgsrc-users 2021-03-29 15:48:01 +00:00
manu
fafa8c1c76 Add RequiredFrom option
If RequiredFrom is set, opendmarc will reject messages that lack
a From header from which a valid domain can be extracted. This
is a subset of the full RFC5322 requirements enforced by the
RequiredHeaders option.

While non RFC5322-compliant messages are too common to make
RequiredHeaders always usable, the check on the From header
remains especially valuable. It makes sure forged domain messages
cannot evade the filter by just omitting the From header and relying
on the MTA to fill it by a copy from the enveloppe header.

Submitted upstream as
https://github.com/trusteddomainproject/OpenDMARC/pull/147
2021-03-29 09:30:59 +00:00
nia
f250c3eb3a fcitx5-lua: Add LUA_VERSIONS_ACCEPTED 2021-03-29 08:45:48 +00:00
he
c9815453c7 Bump bootstrap kit to 1.49.0 for sparc64.
This reduces the external dynamic dependencies, because this
bootstrap kit is built with the --enable-cargo-native-static
option, and is verified to fix the build for martin@
2021-03-29 08:45:34 +00:00
adam
3ed7a94fa6 volatility: fix PLIST, depend on py-sqlite3 2021-03-29 07:58:53 +00:00
nia
f54332bbd8 pysolfc: force use of python 3.7
workaround until PR pkg/56069 can be fixed properly
2021-03-29 07:38:52 +00:00
nia
c8a2aea28f xmlcatmgr: drop MESSAGE
the pkgsrc guide now comments that MESSAGE should not be used for:

"anything that should be explained in the
installation/configuration documentation that should
come with the package"

xmlcatmgr is commonly installed as a dependency and the MESSAGE file
simply explains what is essentially unix/pkgsrc conventions (share/
is where the static data is, etc/ is where the user-specified data
is), so this is mostly line noise.
2021-03-29 06:45:56 +00:00
nia
42d5691beb ltfs-ltotape: fix autoconf fallout 2021-03-29 06:40:46 +00:00
nia
bfecf5ab92 jrep: force openjdk8 until someone can fix this with 11 2021-03-29 06:28:43 +00:00
nia
426cf4fda9 fcitx5-chinese-addons: needs pkg-config 2021-03-29 06:13:28 +00:00
mef
48db5a3af0 (inputmethod/fcitx5-table-other) +.include boost-libs/buildlink3.mk 2021-03-29 03:39:54 +00:00
mef
2703c6f12f (inputmethod/fcitx5-table-extra) +.include boost-libs/buildlink3.mk 2021-03-29 03:25:11 +00:00
taca
75015d5cc8 databases/php-redis: fix for php80
php-json is bundled in lang/php80 pacakge.
2021-03-29 00:09:35 +00:00
mef
55080843db (inputmethod/fcitx5-configtool) fix typo, thanks leot@ 2021-03-29 00:02:08 +00:00
mef
dd0d2917a0 (inputmethod/fcitx5-configtool) +BUILD_DEPENDS+= extra-cmake-modueles-[0-9]* 2021-03-28 23:39:09 +00:00
leot
f29bcec6e1 doc: Updated net/youtube-dl to 20210325 2021-03-28 18:35:40 +00:00
leot
340a739ee9 youtube-dl: Update to 20210325
Changes:
version 2021.03.25

Extractors
+ [zoom] Add support for zoom.us (#16597, #27002, #28531)
* [bbc] Fix BBC IPlayer Episodes/Group extraction (#28360)
* [youtube] Fix default value for youtube_include_dash_manifest (#28523)
* [zingmp3] Fix extraction (#11589, #16409, #16968, #27205)
+ [vgtv] Add support for new tv.aftonbladet.se URL schema (#28514)
+ [tiktok] Detect private videos (#28453)
* [vimeo:album] Fix extraction for albums with number of videos multiple
  to page size (#28486)
* [vvvvid] Fix kenc format extraction (#28473)
* [mlb] Fix video extraction (#21241)
* [svtplay] Improve extraction (#28448)
* [applepodcasts] Fix extraction (#28445)
* [rtve] Improve extraction
    + Extract all formats
    * Fix RTVE Infantil extraction (#24851)
    + Extract is_live and series
2021-03-28 18:35:29 +00:00
wiz
6feaebceeb doc/TODO: add some
+ Sigil-1.5.1, dbus-glib-0.112, emacs27-27.2, git-base-2.31.0,
  gnucash-4.5, libcdr-0.1.7, libgpg-error-1.42, libvpx-1.10.0,
  libwildmidi-0.4.4, py-borgbackup-1.1.16, py-hypothesis-6.8.3,
  re2c-2.1.1, spdlog-1.8.5, ugrep-3.1.10, webkit-gtk-2.32.0.
2021-03-28 18:14:34 +00:00
pin
d38c7924e8 doc: Updated x11/alacritty to 0.7.2 2021-03-28 14:52:50 +00:00
pin
626f36dbad x11/alacritty: update to 0.7.2
Packaging:
-Updated shell completions

Fixed:
-Crash due to assertion failure on 32-bit architectures
-Segmentation fault on shutdown with Wayland
-Incorrect estimated DPR with Wayland
-Consecutive clipboard stores dropped on Wayland until the application is
refocused
2021-03-28 14:52:28 +00:00
pin
65f5f97efd doc: Updated x11/xterm to 367 2021-03-28 14:01:39 +00:00
pin
90301adf37 x11/xterm: update to 367
Patch #367 - 2021/03/26
-add OSC 22 to allow programs to select different pointer cursor at runtime.
-change configuration for no-return functions to use _Noreturn when it is
available, because clang --analyze does not properly handle the gcc noreturn
attribute.
-add cursorTheme resource to provide a way to enable or disable the cursor
theme feature.
-modified CopyWait event retries to use shorter sleeps, to improve
responsiveness (tmux #2556).
-improve quoting/escaping in demo-scripts per shellcheck.
-add resizeByPixel resource, to permit disabling window manager resizing-hints
(patch by Tim Oehl).
-corrected printOptsImmediate handling of alternate-screen (report by Abhijit
Dasgupta).
-update sample terminfo to more closely match ncurses.
-add/improve limit-checks for Xlib calls (report by Roman Fiedler).
-fix a typo in the help-message (report by Tomas Korbar).
2021-03-28 14:01:16 +00:00
mef
76890498d2 (inputmethod/libime) PKGREVISION++ for the safety 2021-03-28 13:13:50 +00:00
mef
5adf22adfb (inputmethod/libime) convert dict.utf8-20200715 to utf8-20210203 2021-03-28 13:12:28 +00:00
mef
2fe419b926 (devel/ocaml-fpath) +.include devel/ocaml-result/buildlink3.mk 2021-03-28 12:30:19 +00:00
sjmulder
534b76b437 doc: Updated math/sc-im to 0.8.0 2021-03-28 12:28:15 +00:00
sjmulder
e51c319c56 math/sc-im: Update to 0.8.0
Packaging changes:
 - Some patches got upstreamed
 - Upstream now defaults to name=sc-im so it no longer needs to be set

Changes, (reformatted) from the official changelog:

New features:
 - New motions in edit mode: df cf F dF cF d0 d$ c0 c$ t T dt dT ct cT ^
   g_ d^ dg_ c^ cg_
 - Simple mouse support. Can handle selection of single cells and scroll.
 - Added markdown export.
 - Add custom colors with RGB definitions.
 - Add support for italic attribute to be appled to cells.
 - Added digraphs.
 - Added EXECUTE command.
 - Added --export_csv --export_tab --export_txt parameters.
 - New input_bar_bottom config variable.
 - New underline_grid config variable.
 - Added filename in status bar (filename_with_mode config variable).
 - Added option to truncate cells.
 - Added xlsx sheet parameter.
 - New @fact function.

Other:
 - modified config and history file locations
 - renamed winch to sig_winch.
 - current fg and bg colors are kept if they are not specified in
 :cellcolor.
 - OpenBSD support (mostly wordexp() workaround)
 - Correct lua api function names in doc
 - always generate backup file when opening file
 - renamed scim to sc-im in Makefile
 - Document trigger return value convention

Issues fixed:
 - fix bug when deleting an ent that for instance has a @sum()... it
   used to remove its vertex and THE ENTS LINKED to THEM!
 - fix error messages when using "scim --version" and color definitions
   are intented to be applied from .scimrc.
 - fix in waiting for valid command to complete after pressing ESC key.
 - fix in parse_str so a word with white space can be stored in
   dictionary value
 - fix when setting default_paste_from_clipboard_cmd
 - Don't clobber startup message w/ err opening file
 - Allow for lua scripts in local .sc directory #259
 - Send informational messages to stderr rather than the output when
   used in non-interactive mode   #263
 - fixed cell_negative color      #271
 - fixed locked cells when saving #261
 - fixed DEL key in insert mode   #272
 - fix when resizing column       #266
 - "Autobackup - case insensitive QER options when backup exists"
 - fixed segfault when fcopy'ing with no selection while on first column
 - Call write triggers on value clear
 - Use sc_info to report trigger exit code
 - fixed #277
 - Grow table up to MAXROWS exactly
 - Remove redundant if clause (God only knows where that was).
 - fix in getVertex that prevented rebuild_graph to work properly.
 - fix annoying bug because of not resetting inputline_pos to 0 when
   confirming a command in COMMAND_MODE
 - fix in let and slet. existing vertexs should not be removed.
 - added "eval_visited" in vertex struct for not to collide with
   current "visited", since:
     EvalAll uses EvalBottomUp
     EvalBottomUp uses EvalJustOneVertex
     EvalJustOneVertex uses eval
     eval uses GraphAddEdge
     GraphAddEdge uses GraphIsReachable
     GraphIsReachable uses visited
     and EvalBottomUp also uses uses visited!
 - Also changed markAllVerticesNotVisited and
   All_vertexs_of_edges_visited functions.
 - Some other issues fixed: #228, #234, #239, #240, #244, #246, #260,
   #295, #308
 - .. and many other fixes and improvements!

Pending:
  The most significative issue is regarding circular references.
  This have to be deeply analyzed and with the collaboration of the
  community
  it would be hopefully fixed by v0.9.
2021-03-28 12:28:00 +00:00
sjmulder
6ce06341be doc: Updated sysutils/nnn to 3.6 2021-03-28 12:26:02 +00:00
sjmulder
777c4a78c7 sysutils/nnn: Update to 3.6
Changes:
- REPL command prompt (Esc or Enter to exit)
- invert selection with A
- option -u removed (always prefer selection to hovered)
- visit start dir on @ when start path is a file
- exit filter mode and redraw on ^L if no last filter
- plugin `fzcd` now selects the chosen file (#876)
- `ueberzug` support in plugin `preview-tui`
- new plugin `preview-tui-ext` with extra preview support
- clear selection after successful plugin invocation
- add method to sync subshell `$PWD` in WIki
- clear selection on single file deletion (#812)
- copy between instances not working (#864)
- plugin `togglex` to toggle exe mode of a selection (#813)
- fix `memccpy()` buffer overlap fault on macOS (#786)
- show `0 selected` msg on cp/mv with empty selection (#855)
- fix frozen terminal caused by opener (#858)
- migrate macOS CI to GitHub workflows, retire Travis
2021-03-28 12:25:38 +00:00
hauke
a1b641145c Use gtar instead of the base tar(1) in the xemacs* top-level Makefile
because of a problem with NetBSD-current libarchive-as-tar, see bin/56080.

Note this depencency is not a burden, since xemacs-packages requires
gtar, anyway.
2021-03-28 10:36:33 +00:00
nia
f2813bbd00 ruby-ronn: Bump PKGREVISION for previous PLIST change 2021-03-28 10:06:29 +00:00
nia
bb38e7ef74 ruby-ronn: Avoid self-conflict; added ALTERNATIVES support. 2021-03-28 10:05:55 +00:00
mef
db01c61f6e (inputmethod/libime) +BUILD_DEPENDS+= extra-cmake-modules-[0-9]* (for ECM) 2021-03-28 04:59:13 +00:00
mef
99851ac783 (print/py-reportlab) regen PLIST (+${PLIST.py2x} hyphen.mashed) 2021-03-28 04:02:19 +00:00
mef
a0538e59c3 (print/sile) regen PLIST (+complex-spaces.lua) 2021-03-28 03:52:54 +00:00
mef
b69faac4e0 (devel/libthrift_c_glib) regen PLIST (+thrift_configuration.h) 2021-03-28 03:32:02 +00:00
mef
98ce4710cc (devel/go-thrift) regen PLIST 2021-03-28 03:11:29 +00:00
mef
208691092f (devel/pointfree) +.include hs-haskell-src-exts/buildlink3.mk 2021-03-28 03:00:17 +00:00