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 (3h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 04:35:52 UTC Now

2020-05-03 17:43:19 UTC MAIN commitmail json YAML

lang/gcc-aux: fix shell portability

(rillig)

2020-05-03 17:42:20 UTC MAIN commitmail json YAML

lang/gcc6-aux: fix shell portability

(rillig)

2020-05-03 17:40:34 UTC MAIN commitmail json YAML

devel/gdb7: fix shell portability

(rillig)

2020-05-03 17:37:47 UTC MAIN commitmail json YAML

lang/gcc48: ignore unknown configure options, skip portability check

(rillig)

2020-05-03 17:36:26 UTC MAIN commitmail json YAML

lang/gcc49: ignore unknown configure options, skip portability check

(rillig)

2020-05-03 17:33:01 UTC MAIN commitmail json YAML

devel/gdb: fix shell portability in test file

(rillig)

2020-05-03 17:22:50 UTC MAIN commitmail json YAML

net/delegate: fix potential endless loop in CGI part

Not reported upstream since the homepage is not reachable.

(rillig)

2020-05-03 16:49:32 UTC MAIN commitmail json YAML

ham/cwtext: document safe usage of array[char]

(rillig)

2020-05-03 16:45:52 UTC MAIN commitmail json YAML

lang/cu-prolog: suppress harmless array[char] compiler warnings

(rillig)

2020-05-03 16:40:29 UTC MAIN commitmail json YAML

lang/cu-prolog: re-wrap DESCR to look more natural

(rillig)

2020-05-03 16:14:37 UTC MAIN commitmail json YAML

doc: Updated math/py-statsmodels to 0.11.1

(minskim)

2020-05-03 16:13:11 UTC MAIN commitmail json YAML

math/py-statsmodels: Update to 0.11.1

Major Features:

- Allow fixing parameters in state space models
- Add new version of ARIMA-type estimators (AR, ARIMA, SARIMAX)
- Add STL decomposition for time series
- Functional SIR
- Zivot Andrews test
- Added Oaxaca-Blinder Decomposition
- Add rolling WLS and OLS
- Replacement for AR

Performance Improvements:

- Cythonize innovations algo and filter
- Only perform required predict iterations in state space models
- State space: Improve low memory usability; allow in fit, loglike

(minskim)

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

news/bystand: document harmless array[char]

(rillig)

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

games/bridge-hands: document harmless array[char]

(rillig)

2020-05-03 16:01:28 UTC MAIN commitmail json YAML

devel/bcc: add license, document that array[char] are harmless

(rillig)

2020-05-03 15:36:46 UTC MAIN commitmail json YAML

lang/awka: fix homepage

(rillig)

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

2020-05-03 15:08:29 UTC MAIN commitmail json YAML

misc/astrolog: document harmless instances of array[char]

(rillig)

2020-05-03 14:58:18 UTC MAIN commitmail json YAML

biology/arka: document 2 instances of char as array index

(rillig)

2020-05-03 14:49:30 UTC MAIN commitmail json YAML

2020-05-03 14:38:36 UTC MAIN commitmail json YAML

2020-05-03 14:25:53 UTC MAIN commitmail json YAML

net/DarwinStreamingServer: allow build even with -Werror=char-subscripts

(rillig)

2020-05-03 14:22:43 UTC MAIN commitmail json YAML

games/7kaa: build even when CFLAGS has -Werror=char-subscripts

The upstream code looks very suspicious.  It forces compilation with
-fsigned-char and then uses signed characters to index a 256-entry table,
for example in IMGbltAreaRemap.  But only in the C++ code.
The corresponding assembler code uses unsigned bytes.
I'll let them fix this bug themselves.

(rillig)

2020-05-03 13:14:21 UTC MAIN commitmail json YAML

Update vim to version 8.2.0683.

Changelog:
8.2.0304  terminal test if failing on some systems
8.2.0305  relativenumber test fails on some systems
8.2.0306  Vim9: :substitute(pat(repl does not work in Vim9 script
8.2.0307  Python 3 vim.eval not well tested
8.2.0308  'showbreak' does not work for a very long line
8.2.0309  window-local values have confusing name
8.2.0310  autocmd test fails on a slow system
8.2.0311  Vim9: insufficient script tests
8.2.0312  Vim9: insufficient script tests
8.2.0313  Vim9: insufficient script tests
8.2.0314  short name not set for terminal buffer
8.2.0315  build failure on HP-UX system
8.2.0316  ex_getln.c code has insufficient test coverage
8.2.0317  MSVC: _CRT_SECURE_NO_DEPRECATE not defined on DEBUG build
8.2.0318  Vim9: types not sufficiently tested
8.2.0319  file missing in distribution, comments outdated
8.2.0320  no Haiku support
8.2.0321  Vim9: ":execute" does not work yet
8.2.0322  Vim9: error checks not tested
8.2.0323  Vim9: calling a function that is defined later is slow
8.2.0324  text property not updated correctly when inserting/deleting
8.2.0325  ex_getln.c code not covered by tests
8.2.0326  compiler warning for using uninitialized variable
8.2.0327  crash when opening and closing two popup terminal windows
8.2.0328  no redraw when leaving term-normal mode in popup terminal
8.2.0329  popup filter converts 0x80 bytes
8.2.0330  build error with popup window but without terminal
8.2.0331  internal error when using test_void() and test_unknown()
8.2.0332  some code in ex_getln.c not covered by tests
8.2.0333  terminal in popup test is flaky
8.2.0334  abort called when using test_void()
8.2.0335  no completion for :disassemble
8.2.0336  Vim9: insufficient test coverage for compiling
8.2.0337  build fails on a few systems
8.2.0338  build failure without the channel feature
8.2.0339  Vim9: function return type may depend on arguments
8.2.0340  Vim9: function and partial types not tested
8.2.0341  using ":for" in Vim9 script gives an error
8.2.0342  some code in ex_getln.c not covered by tests
8.2.0343  Vim9: using wrong instruction, limited test coverage
8.2.0344  ":def" not skipped properly
8.2.0345  compiler warning when building without the float feature
8.2.0346  Vim9: finding common list type not tested
8.2.0347  various code not covered by tests
8.2.0348  Vim9: not all code tested
8.2.0349  Vim9: constant expression not well tested
8.2.0350  Vim9: expression tests don't use recognized constants
8.2.0351  terminal in popup test is still a bit flaky
8.2.0352  FreeBSD: test for sourcing utf-8 is skipped
8.2.0353  Vim9: while loop not tested
8.2.0354  Python 3.9 does not define _Py_DEC_REFTOTAL
8.2.0355  Vim9: str_val is confusing, it's a number
8.2.0356  MS-Windows: feedkeys() with VIMDLL cannot handle CSI
8.2.0357  cannot delete a text property matching both id and type
8.2.0358  insufficient testing for indent.c
8.2.0359  popup_atcursor() may hang
8.2.0360  yaml files are only recognized by the file extension
8.2.0361  internal error when using "0" for a callback
8.2.0362  MS-Windows: channel test fails if grep is not available
8.2.0363  some Normal mode commands not tested
8.2.0364  printf test failing on Haiku
8.2.0365  tag kind can't be a multi-byte character
8.2.0366  hardcopy command not tested enough
8.2.0367  can use :pedit in a popup window
8.2.0368  Vim9: import that redefines local variable does not fail
8.2.0369  various Normal mode commands not fully tested
8.2.0370  the typebuf_was_filled flag is sometimes not reset
8.2.0371  crash with combination of terminal popup and autocmd
8.2.0372  prop_find() may not find text property at start of the line
8.2.0373  type of term_sendkeys() is unknown
8.2.0374  using wrong printf directive for jump location
8.2.0375  Coverity warning for not using return value
8.2.0376  nasty callback test fails on some systems
8.2.0377  no CI test for a big-endian system
8.2.0378  prop_find() does not find all props
8.2.0379  gcc warns for ambiguous else
8.2.0380  tiny popup when creating a terminal popup without minwidth
8.2.0381  using freed memory with :lvimgrep and autocommand
8.2.0382  some tests fail when run under valgrind
8.2.0383  wrong feature check causes test not to be run
8.2.0384  Travis CI has warnings
8.2.0385  menu functionality insufficiently tested
8.2.0386  part from unfinished patch got included
8.2.0387  error for possible NULL argument to qsort()
8.2.0388  printmbcharset option not tested
8.2.0389  delayed redraw when shifting text from Insert mode
8.2.0390  terminal postponed scrollback test is flaky
8.2.0391  CI test coverage dropped
8.2.0392  Coverity warns for using array index out of range
8.2.0393  Coverity warns for not using return value
8.2.0394  Coverity complains about using NULL pointer
8.2.0395  build fails with FEAT_EVAL but without FEAT_MENU
8.2.0396  cmdexpand.c insufficiently tested
8.2.0397  delayed screen update when using undo from Insert mode
8.2.0398  profile test fails when two functions take same time
8.2.0399  various memory leaks
8.2.0400  not all tests using a terminal are in the list of flaky tests
8.2.0401  not enough test coverage for evalvars.c
8.2.0402  setting local instead of global flag
8.2.0403  when 'buftype' is "nofile" there is no overwrite check
8.2.0404  writefile() error does not give a hint
8.2.0405  MSVC: build fails with some combination of features
8.2.0406  FileReadCmd event not well tested
8.2.0407  no early check if :find and :sfind have an argument
8.2.0408  delete() commented out for testing
8.2.0409  search test leaves file behind
8.2.0410  channel test fails too often on slow Mac
8.2.0411  Mac: breakcheck is using a value from the stone ages
8.2.0412  MS-Windows: cannot use vimtutor from the start menu
8.2.0413  buffer menu does not handle special buffers properly
8.2.0414  channel connect_waittime() test is flaky
8.2.0415  bsdl filetype is not detected
8.2.0416  test leaves file behind
8.2.0417  Travis CI config can be improved
8.2.0418  code in eval.c not sufficiently covered by tests
8.2.0419  various memory leaks in Vim9 script code
8.2.0420  Vim9: cannot interrupt a loop with CTRL-C
8.2.0421  interrupting with CTRL-C does not always work
8.2.0422  crash when passing popup window to win_splitmove()
8.2.0423  in some environments a few tests are expected to fail
8.2.0424  checking for wrong return value
8.2.0425  code for modeless selection not sufficiently tested
8.2.0426  some errors were not tested for
8.2.0427  it is not possible to check for a typo in a feature name
8.2.0428  buffer name may leak
8.2.0429  no warning when test checks for option that never exists
8.2.0430  window creation failure not properly tested
8.2.0431  some compilers don't support using \e for Esc
8.2.0432  a few tests fail in a huge terminal
8.2.0433  INT signal not properly tested
8.2.0434  MS-Windows with VTP: Normal color not working
8.2.0435  channel contents might be freed twice
8.2.0436  no warnings for incorrect printf arguments
8.2.0437  MS-Windows installer contains old stuff
8.2.0438  terminal noblock test is very flaky on BSD
8.2.0439  :disassemble has minor flaws
8.2.0440  terminal noblock test is still very flaky on BSD
8.2.0441  terminal noblock test is still failing on BSD
8.2.0442  channel contents might be used after being freed
8.2.0443  clipboard code is spread out
8.2.0444  swap file test fails on some systems
8.2.0445  png and xpm files not in MS-Windows zip file
8.2.0446  listener with undo of deleting all lines not tested
8.2.0447  terminal scroll tests fails on some systems
8.2.0448  various functions not properly tested
8.2.0449  Vim9: crash if return type is invalid
8.2.0450  not enough testing for restricted mode and function calls
8.2.0451  Win32: double-width character displayed incorrectly
8.2.0452  channel_parse_messages() fails when called recursively
8.2.0453  trailing space in job_start() command causes empty argument
8.2.0454  some tests fail when the system is slow
8.2.0455  cannot set the highlight group for a specific terminal
8.2.0456  Test_confirm_cmd is flaky
8.2.0457  Test_quotestar() often fails when run under valgrind
8.2.0458  missing feature check in test function
8.2.0459  cannot check if a function name is correct
8.2.0460  build failure because of wrong feature name
8.2.0461  confirm test fails on amd64 system
8.2.0462  previewwindow test fails on some systems
8.2.0463  build error without float and channel feature
8.2.0464  typos and other small problems
8.2.0465  Vim9: dead code and wrong return type
8.2.0466  not parsing messages recursively breaks the govim plugin
8.2.0467  Vim9: some errors are not tested
8.2.0468  GUI: pixel dust with some fonts and characters
8.2.0469  Vim9: no error for missing ] after list
8.2.0470  Test_confirm_cmd_cancel() can fail on a slow system
8.2.0471  missing change to compile_list()
8.2.0472  terminal highlight name is set twice, leaking memory
8.2.0473  variables declared in an outer scope
8.2.0474  cannot use :write when using a plugin with BufWriteCmd
8.2.0475  channel out_cb test still fails sometimes on Mac
8.2.0476  terminal nasty callback test fails sometimes
8.2.0477  Vim9: error messages not tested
8.2.0478  new buffers are not added to the Buffers menu
8.2.0479  unloading shared libraries on exit has no purpose
8.2.0480  Vim9: some code is not tested
8.2.0481  Travis is still using trusty
8.2.0482  channel and sandbox code not sufficiently tested
8.2.0483  Vim9: "let x = x + 1" does not give an error
8.2.0484  Vim9: some error messages not tested
8.2.0485  Vim9 script test fails
8.2.0486  Vim9: some code and error messages not tested
8.2.0487  Vim9: compiling not sufficiently tested
8.2.0488  Vim9: compiling can break when using a lambda inside :def
8.2.0489  Vim9: memory leaks
8.2.0490  Win32: VTP doesn't respect 'restorescreen'
8.2.0491  cannot recognize a <script> mapping using maparg()
8.2.0492  Vim9: some error messages not tested
8.2.0493  Vim9: some error messages not tested
8.2.0494  Vim9: asan error
8.2.0495  Vim9: some code not tested
8.2.0496  Vim9: disassemble test fails
8.2.0497  too verbose output from the asan build in Travis
8.2.0498  Coverity complains about uninitialized field
8.2.0499  calling a lambda is slower than evaluating a string
8.2.0500  using the same loop in many places
8.2.0501  Vim9: script test fails when channel feature is missing
8.2.0502  Vim9: some code is not tested
8.2.0503  Vim9: some code is not tested
8.2.0504  Vim9: leaking scope memory when compilation fails
8.2.0505  term_getty() not sufficiently tested
8.2.0506  Coverity complains about ignoring return value
8.2.0507  getbufvar() may get the wrong dictionary
8.2.0508  Vim9: func and partial types not done yet
8.2.0509  various code is not properly tested.
8.2.0510  Coverity complains about using uninitialized variable
8.2.0511  Cscope code not fully tested
8.2.0512  Vim9: no optional arguments in func type
8.2.0513  reading past allocated memory when using varargs
8.2.0514  several global functions are used in only one file
8.2.0515  some compilers cannot add to "void *"
8.2.0516  client-server code is spread out
8.2.0517  Vim9: cannot separate "func" and "func(): void"
8.2.0518  a terminal falls back to setting $TERM to "xterm"
8.2.0519  Vim9: return type not properly checked
8.2.0520  tests are not listed in sorted order
8.2.0521  crash when reading a blob fails
8.2.0522  several errors are not tested for
8.2.0523  loops are repeated
8.2.0524  Win32: searching for file matches is slow
8.2.0525  Win32: typo in assignment and misplaced paren
8.2.0526  Gcc 9 complains about empty statement
8.2.0527  Vim9: function types insufficiently tested
8.2.0528  Vim9: function arguments insufficiently tested
8.2.0529  Vim9: function argument with default not checked
8.2.0530  test crashes on s390
8.2.0531  various errors not tested
8.2.0532  cannot use simplify() as a method
8.2.0533  tests using term_wait() can still be flaky
8.2.0534  client-server test fails under valgrind
8.2.0535  regexp patterns not fully tested
8.2.0536  Vim9: some compilation code not tested
8.2.0537  Vim9: no check for sandbox when setting v:var
8.2.0538  Vim9: VAR_PARTIAL is not used during compilation
8.2.0539  comparing two NULL list fails
8.2.0540  regexp and other code not tested
8.2.0541  Travis CI does not give compiler warnings
8.2.0542  no test for E386
8.2.0543  Vim9: function with varargs does not work properly
8.2.0544  memory leak in search test
8.2.0545  unused arguments ignored in non-standard way
8.2.0546  Vim9: varargs implementation is inefficient
8.2.0547  Win32: restoring screen not always done right
8.2.0548  Vim9: not all possible func type errors tested
8.2.0549  user systemd files not recognized
8.2.0550  some changes in the libvterm upstream code
8.2.0551  not all code for options is tested
8.2.0552  Vim9: some errors not covered by tests
8.2.0553  error for unused argument
8.2.0554  the GUI doesn't set t_Co
8.2.0555  Vim9: line continuation is not always needed
8.2.0556  Vim9: memory leak when finding common type
8.2.0557  no IPv6 support for channels
8.2.0558  Vim9: dict code not covered by tests
8.2.0559  clearing a struct is verbose
8.2.0560  compiler warning in tiny build
8.2.0561  Vim9: cannot split function call in multiple lines
8.2.0562  Vim9: cannot split an expression into multiple lines
8.2.0563  Vim9: cannot split a function line
8.2.0564  Vim9: calling a def function from non-vim9 may fail
8.2.0565  Vim9: tests contain superfluous line continuation
8.2.0566  Vim9: variable can be used uninitialized
8.2.0567  Vim9: cannot put comments halfway expressions
8.2.0568  the man filetype plugin overwrites the unnamed register
8.2.0569  build failure with tiny version
8.2.0570  Vim9: no error when omitting type from argument
8.2.0571  double free when passing invalid argument to job_start()
8.2.0572  using two lines for free and reset
8.2.0573  using :version twice leaks memory
8.2.0574  ipv6 feature not shown in :version output
8.2.0575  :digraph! not tested
8.2.0576  some errors are not covered by tests
8.2.0577  not all modifiers supported for :options
8.2.0578  heredoc for interfaces does not support "trim"
8.2.0579  Coverity warns for unused value
8.2.0580  window size wrong if 'ea' is off and 'splitright' is on
8.2.0581  Win32 console: the cursor position is always top-left
8.2.0582  color ramp test does not show text colors
8.2.0583  Vim9: # comment not recognized in :def function
8.2.0584  viminfo file uses obsolete function file_readable()
8.2.0585  Vim9: # comment not recognized after :vim9script
8.2.0586  Vim9: # comment not sufficiently tested
8.2.0587  compiler warning for unused variable
8.2.0588  Putty does not use "sgr" 'ttymouse' by default
8.2.0589  .bsd file type not recognized
8.2.0590  no 'backspace' value allows ignoring the insertion point
8.2.0591  MS-Windows: should always support IPv6
8.2.0592  MS-Windows with VTP: cursor is not made invisible
8.2.0593  finding a user command is not optimal
8.2.0594  MS-Windows: cannot build with WINVER set to 0x0501
8.2.0595  Vim9: not all commands using ends_excmd() tested
8.2.0596  crash in test49
8.2.0597  test_eval is old style
8.2.0598  test_eval_stuff fails in normal terminal
8.2.0599  Netbeans interface insufficiently tested
8.2.0600  Vim9: cannot read or write w:, t: and b: variables
8.2.0601  Vim9: :unlet is not compiled
8.2.0602  :unlet $VAR does not work properly
8.2.0603  configure does not detect moonjit
8.2.0604  :startinsert in a terminal window used later
8.2.0605  Vim9: cannot unlet an environment variable
8.2.0606  several syntax HL errors not checked
8.2.0607  gcc warns for using uninitialized variable
8.2.0608  warning from clang when building message test
8.2.0609  configure does not detect moonjit correctly
8.2.0610  some tests are still old style
8.2.0611  Vim9: no check for space before #comment
8.2.0612  Vim9: no check for space before #comment
8.2.0613  Vim9: no check for space before #comment
8.2.0614  get ml_get error when deleting a line in 'completefunc'
8.2.0615  regexp benchmark stest is old style
8.2.0616  build error when disabling the diff feature
8.2.0617  new error check triggers in Swedish menu
8.2.0618  echoing a null list results in no output
8.2.0619  null dict is not handled like an empty dict
8.2.0620  error in menu translations
8.2.0621  after running tests asan files may remain
8.2.0622  Haiku: GUI does not compile
8.2.0623  typo in test comment
8.2.0624  Vim9: no check for space before #comment
8.2.0625  Vim9: confusing error when calling unknown function
8.2.0626  Vim9: wrong syntax of function in Vim9 script
8.2.0627  Vim9: error message does not work
8.2.0628  error in menu translations
8.2.0629  setting a boolean option to v:false does not work
8.2.0630  "make tags" does not cover Haiku GUI file
8.2.0631  Haiku file formatted with wrong tabstop
8.2.0632  crash when using Haiku
8.2.0633  crash when using null partial in filter()
8.2.0634  crash with null partial and blob
8.2.0635  when using 256 colors DarkYellow does not show expected color
8.2.0636  :messages does not show the maintainer when $LANG is unset
8.2.0637  incsearch highlighting does not work for ":sort!"
8.2.0638  MS-Windows: messages test fails
8.2.0639  MS-Windows: messages test still fails
8.2.0640  Vim9: expanding `=expr` does not work
8.2.0641  Vim9: `=expr` not expanded in :hardcopy and syn-include
8.2.0642  Vim9: using invalid index
8.2.0643  terminal uses brown instead of dark yellow
8.2.0644  insufficient testing for invalid function arguments
8.2.0645  MS-Windows terminal: CTRL-C does not get to child job
8.2.0646  t_Co uses the value of $COLORS in the GUI
8.2.0647  MS-Windows: repeat count for events was not used
8.2.0648  semicolon search does not work in first line
8.2.0649  undo problem when an InsertLeave autocommand resets undo
8.2.0650  Vim9: script function can be deleted
8.2.0651  old style benchmark test still in list of distributed files
8.2.0652  compiler warning for char conversion
8.2.0653  using uninitialized pointer
8.2.0654  building with Python fails
8.2.0655  search code not sufficiently tested
8.2.0656  MS-Windows: redrawing right screen edge may not be needed
8.2.0657  Vim9: no check if called variable is a FuncRef
8.2.0658  HP-UX build fails when setenv() is not defined
8.2.0659  Vim9: no test for equal func type
8.2.0660  the search.c file is a bit big
8.2.0661  eval test is still old style
8.2.0662  cannot use input() in a channel callback
8.2.0663  not all systemd temp files are recognized
8.2.0664  included undesired changes in Makefile
8.2.0665  wrongly assuming Python executable is called "python"
8.2.0666  Ruby test fails on MS-Windows
8.2.0667  cannot install Haiku version from source
8.2.0668  compiler warning for int/size_t usage
8.2.0669  MS-Windows: display in VTP is a bit slow
8.2.0670  cannot change window when evaluating 'completefunc'
8.2.0671  Haiku: compiler warnings
8.2.0672  heredoc in scripts does not accept lower case marker
8.2.0673  cannot build Haiku in shadow directory
8.2.0674  some source files are too big
8.2.0675  Vim9: no support for closures
8.2.0676  pattern in list of distributed files does not match
8.2.0677  Vim9: no support for closures
8.2.0678  rare crash for popup menu
8.2.0679  Vim9: incomplete support for closures
8.2.0680  PTYGROUP and PTYMODE are unused
8.2.0681  pattern for 'hlsearch' highlighting may leak
8.2.0682  Vim9: parsing function argument type can get stuck
8.2.0683  Vim9: parsing type does not always work

(morr)

2020-05-03 13:02:18 UTC MAIN commitmail json YAML

devel/binutils: suppress USE_TOOLS+=perl warning

(rillig)

2020-05-03 12:55:04 UTC MAIN commitmail json YAML

cross/avr-gcc: skip portability check, allow unknown configure options

(rillig)

2020-05-03 12:51:53 UTC MAIN commitmail json YAML

cross/mingw-w64-i686-gcc-bootstrap: configure options, portability

(rillig)

2020-05-03 12:07:55 UTC MAIN commitmail json YAML

doc: Updated textproc/asciidoc to 9.0.0rc2

(tnn)

2020-05-03 12:05:44 UTC MAIN commitmail json YAML

asciidoc: add missing GITHUB_PROJECT which got lost in previous

(tnn)

2020-05-03 12:04:49 UTC MAIN commitmail json YAML

texlive 2020 package updates

(markd)

2020-05-03 12:03:51 UTC MAIN commitmail json YAML

asciidoc: switch to the py3 port of asciidoc, update to 9.0.0rc2.

This is technically a release candidate but it has been tested in a limited
pbulk build and it lets us get rid of another python2 dependency.

(tnn)

2020-05-03 12:02:19 UTC MAIN commitmail json YAML

print: add tex-latex-base-dev{,-doc}

(markd)

2020-05-03 12:01:03 UTC MAIN commitmail json YAML

2020-05-03 12:00:03 UTC MAIN commitmail json YAML

Update to version 5.4.1.

Changes for 5.4:

Too much to include here, visit https://wordpress.org/support/wordpress-version/version-5-4/

Changes for 5.4.1:

Six security issues affect WordPress versions 5.4 and earlier; version 5.4.1 fixes them, so you’ll want to upgrade. If you haven’t yet updated to 5.4, there are also updated versions of 5.3 and earlier that fix the security issues.

- Props to Muaz Bin Abdus Sattar and Jannes who both independently reported an issue where password reset tokens were not properly invalidated
- Props to ka1n4t for finding an issue where certain private posts can be viewed unauthenticated
- Props to Evan Ricafort for discovering an XSS issue in the Customizer
- Props to Ben Bidner from the WordPress Security Team who discovered an XSS issue in the search block
- Props to Nick Daugherty from WPVIP.com / WordPress Security Team who discovered an XSS issue in wp-object-cache
- Props to Ronnie Goodrich (Kahoots) and Jason Medeiros who independently reported an XSS issue in file uploads.
- Additionally, an authenticated XSS issue in the block editor was discovered by Nguyen the Duc in WordPress 5.4 RC1 and RC2. It was fixed in 5.4 RC5. We wanted to be sure to give credit and thank them for all of their work in making WordPress more secure.

WordPress 5.4.1 also fixes some regressions introduced in version 5.4:

#49838 – Accessibility: Fix the headings hierarchy on the Freedoms page
#49798 – Customize: Give the WordPress logo a white background for dark mode browsers
#49853 – Mail: Make the check for empty post title in wp-mail.php more resilient
#49753 – Media: Remove display: none; from the (visually hidden) <input type="file"> button used in Plupload to select files for uploading. Fixes selecting files in Edge <= 44 and iOS Safari
#49772 – Privacy: Support additional elements (table, ol, ul) in privacy policy guide new styling
#49802 – Privacy: Make the deprecated wp_get_user_request_data() function available on front end
#49645 – REST API: Fix revisions controller get_item permission check
#49648 – REST API: Fix _fields filtering of registered rest fields
#49824 – Site Health: Instantiation prevents use of some hooks by plugins
#49759 – Taxonomy: Un-deprecate category_link and tag_link filters
#49974 – Block Editor updates

(morr)

2020-05-03 11:57:37 UTC MAIN commitmail json YAML

tex-[h-s]*: update to texlive 2020 versions

tex-hyperref{,-doc} to 7.00d
tex-jsclasses to 2020
tex-kotex-oblivoir to 2.2.1
tex-latexconfig to 2020
tex-lettrine{,-doc} to 2.23
tex-listings{,-doc} to 1.8d
tex-listofitems{,-doc} to 1.63
tex-moderncv{,-doc} to 2.0.0.52669
tex-ocgx2{,-doc} to 0.48
tex-overpic to 1.3
tex-parskip{,-doc} to 2.0d
tex-pdfpages{,-doc} to 0.5q
tex-pdftex{,-doc} to 2020
tex-pgf{,-doc} to 3.1.5b
tex-pgfplots{,-doc} to 1.17
tex-pict2e{,-doc} to 0.3c
tex-platex{,-doc} to 2020
tex-polyglossia{,-doc} to 1.49
tex-preview{,-doc} to 12.2
tex-ptex-base{,-doc} to 2020
tex-schwalbe-chess{,-doc} to 2.7
tex-siunitx{,-doc} to 2.8b
tex-snapshot{,-doc} to 2.13
tex-subfiles{,-doc} to 1.6
tex-supertabular to 4.1g
tex-latex-base-dev{,-doc} version 20201001pre5

(markd)

2020-05-03 11:52:21 UTC MAIN commitmail json YAML

Updated devel/py-ipython, misc/py-tqdm

(adam)

2020-05-03 11:52:00 UTC MAIN commitmail json YAML

py-tqdm: updated to 4.46.0

4.46.0:
bump version, merge branch 'devel'

(adam)

2020-05-03 11:50:09 UTC MAIN commitmail json YAML

py-ipython: updated to 7.14.0

IPython 7.14
============

IPython  7.14 is a minor release that fix a couple of bugs and prepare
compatibility with new or future versions of some libraries.

Important changes:
------------------
- Fix compatibility with Sphinx 3+
- Remove deprecated matplotlib parameter usage, compatibility with matplotlib
  3.3+

Misc Changes
------------
- set ``.py`` extension when editing current buffer in vi/emacs.
- support for unicode identifiers in ``?``/``??``
- add extra options to the ``Video`` Rich objects
- add pretty-printing to ``SimpleNamespace``

Pending deprecated imports
--------------------------
Many object present in ``IPython.core.display`` are there for internal use only,
and should  already been imported from ``IPython.display`` by users and external
libraries. Trying to import those from ``IPython.core.display`` is still possible
but will trigger a
deprecation warning in later versions of IPython and will become errors in the
future.

This will simplify compatibility with other Python kernels (like Xeus-Python),
and simplify code base.

(adam)

2020-05-03 11:41:59 UTC MAIN commitmail json YAML

redis: add TEST_DEPENDS

(adam)

2020-05-03 11:41:45 UTC MAIN commitmail json YAML

2020-05-03 11:33:21 UTC MAIN commitmail json YAML

Updated databases/redis, multimedia/mkvtoolnix

(adam)

2020-05-03 11:33:03 UTC MAIN commitmail json YAML

mkvtoolnix: updated to 46.0.0

Version 46.0.0 "No Deeper Escape"

New features and enhancements

* mkvmerge: when splitting, the placeholder `%c` can be used in the
  destination file name. It'll be replaced by the name of the first chapter in
  the file.
* mkvmerge: when reading MPLS playlists mkvmerge will include a tag named
  `SOURCE_ID` in the track's statistics tags that conveys the fact that the
  source was a Blu-ray and what the track's ID was in the source
  container. When reading Matroska file existing `SOURCE_ID` tags will be
  kept. The format used is the same format MakeMKV uses.
* mkvmerge: for audio-only files mkvmerge will now write a cue entry every
  500ms instead of every 2s.
* MKVToolNix GUI: job actions: split up the option "execute when the job
  finishes successfully or with warnings" into two separate options: "…when
  finishes successfully" and "…when exits with warnings".

Bug fixes

* mkvmerge: Matroska reader: when regenerating UIDs for chapters mkvmerge will
  now fix referencing tag chapter UID targets to have the same values.
* mkvmerge: MP4 reader: fixed a crash that could potentially happen while
  trying to identify H.265/HEVC tracks.
* mkvmerge: MP4 reader: when reading H.265/HEVC tracks without a frame offset
  table (`ctts` atom) present, mkvmerge did not parse the `hevcC` structure
  correctly in certain cases, causing no video frames to be output at all or
  the output not being playable.
* mkvmerge: MPLS handling/MPEG TS reader: timestamp restrictions as given in
  an MPLS file were only honored for the first play item, not for subsequent
  play items. For those play items the whole referenced file was always
  copied.
* mkvmerge: MPLS handling/MPEG TS reader: under certain circumstances mkvmerge
  copied one frame too many before switching to the next play item.
* mkvmerge: for audio-only files cues will only be created for I frames
  (important for e.g. TrueHD where decoding can only start on a sync
  frame).
* MKVToolNix GUI: fixed a crash that happened when closing the preferences
  after having closed at least one multiplexer tab.
* MKVToolNix GUI: macOS: changed the default of the "elide tab header labels"
  feature introduced in v45 from "no" to "yes" to mirror how versions before
  v45 behaved on macOS.

(adam)

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

redis: updated to 6.0.1

Redis 6.0.1
===========

Upgrade urgency HIGH: This release fixes a crash when builiding against
                      Libc malloc.

Here we revert 8110ba888, an optimization that causes a crash due to a
bug in the code. It does not happen with the default allocator because of
differences between Jemalloc and libc malloc, so this escaped all our
testing but was reported by a user. We'll add back the original optimization
that was reverted here later, after checking what happens: it is not a
critical optimization.

Redis 6.0.0 GA
==============

Upgrade urgency CRITICAL: many bugs fixed compared to the last release
                          candidate. Better to upgrade if you see things
                          affecting your environment in the changelog.

Hi all, finally we have Redis 6.0.0 GA! Enjoy this new Redis release.
Most of the documentation was updated today so that you can likely
find what you are looking for about the new features at redis.io.
This is the list of what changed compared to the previoius release candidate:

* XCLAIM AOF/replicas propagation fixed.
* Client side caching: new NOLOOP option to avoid getting notified about
  changes performed by ourselves.
* ACL GENPASS now uses HMAC-SHA256 and have an optional "bits" argument.
  It means you can use it as a general purpose "secure random strings"
  primitive!
* Cluster "SLOTS" subcommand memory optimization.
* The LCS command is now a subcommand of STRALGO.
* Meaningful offset for replicas as well. More successful partial
  resynchronizations.
* Optimize memory usage of deferred replies.
* Faster CRC64 algorithm for faster RDB loading.
* XINFO STREAM FULL, a new subcommand to get the whole stream state.
* CLIENT KILL USER <username>.
* MIGRATE AUTH2 option, for ACL style authentication support.
* Other random bugfixes.

(adam)

2020-05-03 11:04:46 UTC MAIN commitmail json YAML

MesaLib: Explicitly disable dri3 support when using an old X11_TYPE=native

Should help NetBSD 8 builds.

(nia)

2020-05-03 10:57:06 UTC MAIN commitmail json YAML

mk/help: clean up code

(rillig)

2020-05-03 10:51:06 UTC MAIN commitmail json YAML

mk/help: remove negation from variable names

(rillig)

2020-05-03 10:34:00 UTC MAIN commitmail json YAML

mk/bsd.pkg.mk: improve documentation

(rillig)

2020-05-03 10:16:48 UTC MAIN commitmail json YAML

Updated devel/py-flake8, archivers/xz

(adam)

2020-05-03 10:10:44 UTC MAIN commitmail json YAML

xz: updated to 5.2.5

5.2.5:
* liblzma:

    - Fixed several C99/C11 conformance bugs. Now the code is clean
      under gcc/clang -fsanitize=undefined. Some of these changes
      might have a negative effect on performance with old GCC
      versions or compilers other than GCC and Clang. The configure
      option --enable-unsafe-type-punning can be used to (mostly)
      restore the old behavior but it shouldn't normally be used.

    - Improved API documentation of lzma_properties_decode().

    - Added a very minor encoder speed optimization.

* xz:

    - Fixed a crash in "xz -dcfv not_an_xz_file". All four options
      were required to trigger it. The crash occurred in the
      progress indicator code when xz was in passthru mode where
      xz works like "cat".

    - Fixed an integer overflow with 32-bit off_t. It could happen
      when decompressing a file that has a long run of zero bytes
      which xz would try to write as a sparse file. Since the build
      system enables large file support by default, off_t is
      normally 64-bit even on 32-bit systems.

    - Fixes for --flush-timeout:
        * Fix semi-busy-waiting.
        * Avoid unneeded flushes when no new input has arrived
          since the previous flush was completed.

    - Added a special case for 32-bit xz: If --memlimit-compress is
      used to specify a limit that exceeds 4020 MiB, the limit will
      be set to 4020 MiB. The values "0" and "max" aren't affected
      by this and neither is decompression. This hack can be
      helpful when a 32-bit xz has access to 4 GiB address space
      but the specified memlimit exceeds 4 GiB. This can happen
      e.g. with some scripts.

    - Capsicum sandbox is now enabled by default where available
      (FreeBSD >= 10). The sandbox debug messages (xz -vv) were
      removed since they seemed to be more annoying than useful.

    - DOS build now requires DJGPP 2.05 instead of 2.04beta.
      A workaround for a locale problem with DJGPP 2.05 was added.

* xzgrep and other scripts:

    - Added a configure option --enable-path-for-scripts=PREFIX.
      It is disabled by default except on Solaris where the default
      is /usr/xpg4/bin. See INSTALL for details.

    - Added a workaround for a POSIX shell detection problem on
      Solaris.

* Build systems:

    - Added preliminary build instructions for z/OS. See INSTALL
      section 1.2.9.

    - Experimental CMake support was added. It should work to build
      static liblzma on a few operating systems. It may or may not
      work to build shared liblzma. On some platforms it can build
      xz and xzdec too but those are only for testing. See the
      comment in the beginning of CMakeLists.txt for details.

    - Visual Studio project files were updated.
      WindowsTargetPlatformVersion was removed from VS2017 files
      and set to "10.0" in the added VS2019 files. In the future
      the VS project files will be removed when CMake support is
      good enough.

    - New #defines in config.h: HAVE___BUILTIN_ASSUME_ALIGNED,
      HAVE___BUILTIN_BSWAPXX, and TUKLIB_USE_UNSAFE_TYPE_PUNNING.

    - autogen.sh has a new optional dependency on po4a and a new
      option --no-po4a to skip that step. This matters only if one
      wants to remake the build files. po4a is used to update the
      translated man pages but as long as the man pages haven't
      been modified, there's nothing to update and one can use
      --no-po4a to avoid the dependency on po4a.

* Translations:

    - XZ Utils translations are now handled by the Translation
      Project: https://translationproject.org/domain/xz.html

    - All man pages are now included in German too.

    - New xz translations: Brazilian Portuguese, Finnish,
      Hungarian, Chinese (simplified), Chinese (traditional),
      and Danish (partial translation)

    - Updated xz translations: French, German, Italian, and Polish

    - Unfortunately a few new xz translations weren't included due
      to technical problems like too long lines in --help output or
      misaligned column headings in tables. In the future, many of
      these strings will be split and e.g. the table column
      alignment will be handled in software. This should make the
      strings easier to translate.

(adam)

2020-05-03 10:10:05 UTC MAIN commitmail json YAML

mk/bsd.options.mk: fix comment for bmake help

Before, "bmake help" only printed the second section of the help topic.

(rillig)

2020-05-03 10:05:48 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.10.10, calibre-4.15.0, mednafen-1.24.2, mutt-1.14.0,
  nettle-3.6, poppler-0.88.0, py-mercurial-5.4, py-pygit2-1.2.1,
  zziplib-0.13.71.

(wiz)

2020-05-03 10:00:42 UTC MAIN commitmail json YAML

mk/bdb.buildlink3.mk: fix outdated comments

(rillig)

2020-05-03 09:59:52 UTC MAIN commitmail json YAML

2020-05-03 09:51:07 UTC MAIN commitmail json YAML

mk/help: do not treat continuation lines as textual comments

(rillig)

2020-05-03 09:44:07 UTC MAIN commitmail json YAML

mk/help: make variable more precise

The word "ignore" was too unspecific.  There are lines that should be
printed, and there are lines that should be evaluated.

(rillig)

2020-05-03 09:22:16 UTC MAIN commitmail json YAML

mk/bsd.pkg.mk: fix typos in documentation

(rillig)

2020-05-03 09:07:00 UTC MAIN commitmail json YAML

mk/help: clean up code for selecting relevant help topics

(rillig)

2020-05-03 09:00:53 UTC MAIN commitmail json YAML

tex-metafont update and add tex-modes{,-doc}

(markd)

2020-05-03 08:58:49 UTC MAIN commitmail json YAML

fonts: add tex-modes{,-doc}

(markd)

2020-05-03 08:57:37 UTC MAIN commitmail json YAML

2020-05-03 08:54:29 UTC MAIN commitmail json YAML

2020-05-03 08:49:16 UTC MAIN commitmail json YAML

mk/help: only list help topics that have associated keywords

(rillig)

2020-05-03 08:42:22 UTC MAIN commitmail json YAML

regress/infra-unittests: demonstrate wrong help topics without keywords

(rillig)

2020-05-03 08:27:10 UTC MAIN commitmail json YAML

doc/guide: remove documentation of WRAPPER_TRANSFORM_CMDS

It is not used anymore.

(rillig)

2020-05-03 08:03:00 UTC MAIN commitmail json YAML

devel/idutils: suppress USE_TOOLS+=perl warning

(rillig)

2020-05-03 08:00:42 UTC MAIN commitmail json YAML

textproc/grep: suppress USE_TOOLS+=perl warning

(rillig)

2020-05-03 07:44:53 UTC MAIN commitmail json YAML

math/R-nloptr: remove no-op SUBST block

(rillig)

2020-05-03 07:38:50 UTC MAIN commitmail json YAML

regress/tools-platform: document which shell pkgsrc uses

(rillig)

2020-05-03 07:07:03 UTC MAIN commitmail json YAML

graphics/GraphicsMagick: remove unknown configure options

(rillig)

2020-05-03 05:33:28 UTC MAIN commitmail json YAML

tex-oberdiek{,-doc} update and associated new packages

(markd)

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

print: add tex-oberdiek spinoff packages

(markd)

2020-05-03 05:30:45 UTC MAIN commitmail json YAML

tex-oberdiek{,-doc}: update to 2020

Lots of parts split off to seperate packages:
tex-accsupp{,-doc} version 0.6
tex-alphalph{,-doc} version 2.6
tex-askinclude{,-doc} version 2.7
tex-atenddvi{,-doc} version 1.4
tex-attachfile2{,-doc} version 2.11
tex-atveryend{,-doc} version 1.11
tex-auxhook{,-doc} version 1.6
tex-bigintcalc{,-doc} version 1.5
tex-bitset{,-doc} version 1.3
tex-bookmark{,-doc} version 1.28
tex-catchfile{,-doc} version 1.8
tex-embedfile{,-doc} version 2.11
tex-epstopdf-pkg{,-doc} version 2.11
tex-etexcmds{,-doc} version 1.7
tex-gettitlestring{,-doc} version 1.6
tex-grfext{,-doc} version 1.3
tex-grffile{,-doc} version 2.1
tex-hobsub{,-doc} version 2020
tex-hologo{,-doc} version 1.14
tex-hycolor{,-doc} version 1.10
tex-infwarerr{,-doc} version 1.5
tex-inputenx{,-doc} version 1.12
tex-intcalc{,-doc} version 1.3
tex-kvdefinekeys{,-doc} version 1.6
tex-kvsetkeys{,-doc} version 1.18
tex-letltxmacro{,-doc} version 1.6
tex-listingsutf8{,-doc} version 1.5
tex-ltxcmds{,-doc} version 1.24
tex-luacolor{,-doc} version 1.15
tex-magicnum{,-doc} version 1.7
tex-makerobust{,-doc} version 2.0
tex-mleftright{,-doc} version 1.2
tex-pdfcolmk{,-doc} version 2.0
tex-pdfescape{,-doc} version 1.15
tex-pdflscape{,-doc} version 0.12
tex-picture{,-doc} version 1.6
tex-pmboxdraw{,-doc} version 1.4
tex-refcount{,-doc} version 3.6
tex-rerunfilecheck{,-doc} version 1.9
tex-selinput{,-doc} version 1.6
tex-soulutf8{,-doc} version 1.2
tex-stringenc{,-doc} version 1.12
tex-transparent{,-doc} version 1.4
tex-uniquecounter{,-doc} version 1.4
tex-zref{,-doc} version 2.29

(markd)

2020-05-02 22:24:40 UTC MAIN commitmail json YAML

doc: Updated www/firefox to 75.0nb2

(maya)

2020-05-02 22:24:24 UTC MAIN commitmail json YAML

firefox: force disable WebGL. It is currently broken unless multiprocess
windows are enabled, and we disable them unconditionally.

Upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=1610395

PKGREVISION++

(maya)

2020-05-02 20:45:50 UTC MAIN commitmail json YAML

doc: Updated net/gallery-dl to 1.13.6

(leot)

2020-05-02 20:45:32 UTC MAIN commitmail json YAML

gallery-dl: Update to 1.13.6

Changes:
1.13.6
------
### Additions
- [patreon] respect filters and sort order in query parameters (#711)
- [speakerdeck] add a new extractor for speakerdeck.com (#726)
- [twitter] add `replies` option (#705)
- [weibo] add `videos` option
- [downloader:http] add MIME types for `.psd` files (#714)

### Fixes
- [artstation] improve embed extraction (#720)
- [deviantart] limit API wait times (#721)
- [newgrounds] fix URLs produced by the `following` extractor (#684)
- [patreon] improve file hash extraction (#713)
- [vsco] fix user gallery extraction
- fix/improve Cloudflare bypass code (#728)

(leot)

2020-05-02 20:12:34 UTC MAIN commitmail json YAML

go/bootstrap.mk: depend on lang/go-bin on {Linux,NetBSD}-*-aarch64

(tnn)

2020-05-02 20:07:31 UTC MAIN commitmail json YAML

add lang/go-bin

Golang binaries from upstream, or built by pkgsrc developers
for targets where no upstream distribution is available.

(tnn)

2020-05-02 19:32:59 UTC MAIN commitmail json YAML

mk/wrapper/transform-gcc: pass -Wno-* without warning

Seen in lang/mono6.

(rillig)

2020-05-02 19:16:16 UTC MAIN commitmail json YAML

mail/up-imappproxy: remove obsolete patch, fix directories in README

(rillig)

2020-05-02 18:38:55 UTC MAIN commitmail json YAML

www/py-werkzeug: remove nonexistent file from SUBST_FILES

There is no contrib directory anymore.

(rillig)

2020-05-02 18:36:03 UTC MAIN commitmail json YAML

graphics/ImageMagick6: remove unknown configure options

(rillig)

2020-05-02 18:09:06 UTC MAIN commitmail json YAML

doc: Updated ruby-gnome packages to 3.4.2

(tsutsui)

2020-05-02 18:05:06 UTC MAIN commitmail json YAML

ruby-gnome: update to 3.4.2.

pkgsrc changes:

- for ruby-gilb2 and ruby-gobject-introspection gems,
  handle generated source files that are no longer included
  in distributed gem files by newly introduced GEM_KEEPBUILD
  variable

Upstream changes (from NEWS):

== Ruby-GNOME 3.4.2: 2020-05-02

This is a follow-up release of 3.4.1.

=== Changes

==== Ruby/GLib2

  * Improvements

    * Add support for Ruby 2.8.

==== Ruby/GTK3

  * Improvements

    * (({Gtk::Widget#style_get_property})): Added a validation.

    * Updated examples.
      [GitHub#1318][GitHub#1319][GitHub#1320][GitHub#1321][GitHub#1322]
      [GitHub#1323][GitHub#1324][GitHub#1325][GitHub#1326][GitHub#1327]
      [GitHub#1328][GitHub#1329][GitHub#1330][GitHub#1331][GitHub#1332]
      [GitHub#1353][GitHub#1354][GitHub#1355][GitHub#1391]
      [Patch by kojix2]

  * Fixes

    * Fixed a typo.
      [GitHub#1307][Patch by Ismail Arilik]

==== Ruby/GObjectIntrospection

  * Improvements

    * Changed to accept (({nil})) as a false value for boolean.
      [GitHub#1305][Reported by Matijs van Zuijlen]

    * Added support for UTF-8 (({GHashTable})) value.

    * Added workaround for (({rsvg_handle_set_stylesheet()})).

  * Fixes

    * Fixed a bug that pointer struct isn't allocated correctly.
      [GitHub#1315][Reported by Konrad Narewski]

==== Ruby/GtkSourceView4

  * Improvements

    * Added support for auto native package install on Ubuntu.
      [GitHub#1309][Patch by Ismail Arilik]

    * Added support for auto native package install on Debian GNU/Linux.

==== Ruby/VTE3

  * Improvements

    * (({Vte::Terminal#spawn})): Made options optional.
      [GitHub#1333][Patch by kojix2]

    * Updated README.
      [GitHub#1335][Patch by kojix2]

==== Ruby/GdkPixbuf2

  * Improvements

    * Updated examples.
      [GitHub#1336][GitHub#1337][GitHub#1338][GitHub#1339][GitHub#1340]
      [GitHub#1341][GitHub#1342][GitHub#1343][GitHub#1344][GitHub#1347]
      [GitHub#1348][GitHub#1349]
      [Patch by kojix2]

    * Updated README.
      [GitHub#1346][Patch by kojix2]

==== Ruby/WebKit2GTK

  * Fixes

    * Fixed dependency check.
      [GitHub#1351][Patch by kojix2]

==== Ruby/RSVG2

  * Improvements

    * Updated examples.
      [GitHub#1357][Patch by kojix2]
      [GitHub#1393][Patch by Jean-Christophe Le Lann]

=== Thanks

  * Matijs van Zuijlen

  * Ismail Arilik

  * Konrad Narewski

  * kojix2

  * Jean-Christophe Le Lann

(tsutsui)

2020-05-02 17:52:47 UTC MAIN commitmail json YAML

doc: Updated multimedia/streamlink to 1.4.1

(maya)

2020-05-02 17:52:18 UTC MAIN commitmail json YAML

streamlink: update to 1.4.1

streamlink 1.4.1 (2020-04-24)

beardypig <beardypig@protonmail.com> (1):
      build: include correct signing key: 0xE3DB9E282E390FA0

streamlink 1.4.0 (2020-04-22)

This will be the last release with support for Python 2, as it has finally reached its EOL at the beginning of this year.

Streamlink 1.4.0 comes with lots of plugin fixes/improvements, as well as some new features and plugins, and also a few plugin removals.

Notable changes:

    New: low latency streaming on Twitch via --twitch-low-latency (#2513)
    New: output HLS segment data immediately via --hls-segment-stream-data (#2513)
    New: always show download progress via --force-progress (#2438)
    New: URL template support for --hls-segment-key-uri (#2821)
    Removed: Twitch auth logic, --twitch-oauth-token, --twitch-oauth-authenticate, --twitch-cookie (#2846)
    Fixed: Youtube plugin (#2858)
    Fixed: Crunchyroll plugin (#2788)
    Fixed: Pixiv plugin (#2840)
    Fixed: TVplayer plugin (#2802)
    Fixed: Zattoo plugin (#2887)
    Changed: set Firefox User-Agent HTTP header by default (#2795)
    Changed: upgraded bundled FFmpeg to 4.2.2 in Windows installer (#2916)

(maya)

2020-05-02 17:17:37 UTC MAIN commitmail json YAML

doc: Updated net/youtube-dl to 20200503

(leot)

2020-05-02 17:17:21 UTC MAIN commitmail json YAML

youtube-dl: Update to 20200503

Changes:
20200503
--------
Core
+ [extractor/common] Extract multiple JSON-LD entries
* [options] Clarify doc on --exec command (#19087, #24883)
* [extractor/common] Skip malformed ISM manifest XMLs while extracting
  ISM formats (#24667)

Extractors
* [crunchyroll] Fix and improve extraction (#25096, #25060)
* [youtube] Improve player id extraction
* [youtube] Use redirected video id if any (#25063)
* [yahoo] Fix GYAO Player extraction and relax URL regular expression
  (#24178, #24778)
* [tvplay] Fix Viafree extraction (#15189, #24473, #24789)
* [tenplay] Relax URL regular expression (#25001)
+ [prosiebensat1] Extract series metadata
* [prosiebensat1] Improve extraction and remove 7tv.de support (#24948)
- [prosiebensat1] Remove 7tv.de support (#24948)
* [youtube] Fix DRM videos detection (#24736)
* [thisoldhouse] Fix video id extraction (#24548, #24549)
+ [soundcloud] Extract AAC format (#19173, #24708)
* [youtube] Skip broken multifeed videos (#24711)
* [nova:embed] Fix extraction (#24700)
* [motherless] Fix extraction (#24699)
* [twitch:clips] Extend URL regular expression (#24290, #24642)
* [tv4] Fix ISM formats extraction (#24667)
* [tele5] Fix extraction (#24553)
+ [mofosex] Add support for generic embeds (#24633)
+ [youporn] Add support for generic embeds
+ [spankwire] Add support for generic embeds (#24633)
* [spankwire] Fix extraction (#18924, #20648)

(leot)

2020-05-02 17:03:11 UTC MAIN commitmail json YAML

lang/ruby/gem.mk: introduce GEM_KEEPBUILD

Introduce GEM_KEEPBUILD which specifies file should not be removed by
GEM_CLEANBUILD.

(taca)

2020-05-02 16:56:47 UTC MAIN commitmail json YAML

doc: Updated sysutils/grub2 to 2.04

(triaxx)

2020-05-02 16:53:54 UTC MAIN commitmail json YAML

grub2: update to 2.04

upstream changes:
-----------------
* GCC 8 and 9 support.
* Gnulib integration overhaul.
* RISC-V support.
* Xen PVH support.
* Native UEFI secure boot support.
* UEFI TPM driver.
* New IEEE 1275 obdisk driver.
* Btrfs RAID 5 and RIAD 6 support.
* PARTUUID support.
* VLAN support.
* Native DHCP support.
* Many ARM and ARM64 fixes.
* Many SPARC fixes.
* Many IEEE 1275 fixes.
* ...and tons of other fixes and cleanups...

(triaxx)

2020-05-02 16:32:15 UTC MAIN commitmail json YAML

doc: Updated textproc/subliminal to 2.1.0

(leot)

2020-05-02 16:32:01 UTC MAIN commitmail json YAML

subliminal: Update to 2.1.0

pkgsrc changes:
- Remove no longer needed patches

Changes:
2.1.0
-----
* Improve legendastv provider matches
* Fix video extensions (.mk3d .ogm .ogv)
* Use new url to search for titles in legendastv provider
* Fix stevedore incompatibility
* Add support to webm video extension
* Make providers easier to be extended and customized
* Update podnapisi URL
* Add support to VIP/Donor accounts in legendastv provider
* Proper handling titles with year / country in legendastv provider
* Several minor enhancements in legendastv provider
* Add support for python 3.6, 3.7 and 3.8
* Drop support for python 3.3 and 3.4
* Do not discard providers bad zip/rar is downloaded
* SubsCenter provider removal
* Fix lxml parsing for Addic7ed provider
* Support titles with asterics in Addic7ed provider
* Add support to multi-episode search in Opensubtitles provider
* Fix multi-episode search in TVSubtitles provider
* Update to guessit 3
* Improve archive scanning
* Add Opensubtitles VIP provider
* Add country to Movie and Episode
* Add streaming_service to Video
* Add info property to Subtitle
* Do not search for subtitles if all required languages is already present
* Improve TVDB refiner to support series with comma
* Add alternative_titles to Video and enhance OMDB refiner to use alternative_titles
* Only compute video hashes when required
* Add apikey to OMDB refiner
* Fix Subtitle validation when unable to guess encoding
* Add support to rar in Dockerfile

(leot)

2020-05-02 15:07:42 UTC MAIN commitmail json YAML

time/libical: remove broken REPLACE_INTERPRETER block

The block was called "perl" but replaced "tclsh". Its empty REPLACE_FILES
triggered a warning, which I converted to an error in my local bulk
build.

(rillig)

2020-05-02 15:05:30 UTC MAIN commitmail json YAML

2020-05-02 15:02:58 UTC MAIN commitmail json YAML

multimedia/gst-plugins1-base: remove unknown configure option

(rillig)

2020-05-02 14:59:57 UTC MAIN commitmail json YAML

textproc/enchant2: remove unknown configure option

(rillig)

2020-05-02 14:58:18 UTC MAIN commitmail json YAML

sysutils/dbus-python-common: fix unknown configure option

(rillig)

2020-05-02 14:56:28 UTC MAIN commitmail json YAML

cross/arm-none-eabi-gcc: skip check for unknown configure options

(rillig)

2020-05-02 14:35:52 UTC MAIN commitmail json YAML

net/wistumbler2: remove no-op SUBST block

That file only contains the macro ETC_CFGFILE, not an absolute path.

(rillig)

2020-05-02 14:33:20 UTC MAIN commitmail json YAML

wm/windowmaker: remove WindowMaker.in from SUBST_FILES

That file does not contain the paths that are fixed.

(rillig)

2020-05-02 14:16:06 UTC MAIN commitmail json YAML

www/siege: remove no-op SUBST block

The files don't contain EGDIR.

(rillig)

2020-05-02 13:55:00 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-puppet-resource_api to 1.8.13

(taca)

2020-05-02 13:53:47 UTC MAIN commitmail json YAML

sysutils/ruby-puppet-resource_api: update to 1.8.13

Update ruby-puppet-resource_api to 1.8.13.

1.8.13 (2020-03-07)

Only CHANGELOG.md is updated.

(taca)

2020-05-02 13:53:09 UTC MAIN commitmail json YAML

x11/qt4-libs: remove no-op SUBST group

The mm file does not contain the word prefix.

(rillig)

2020-05-02 13:44:56 UTC MAIN commitmail json YAML

net/publicfile: remove redundant file for errno hack

That substitution is already done by patch-leapsecs__read.c.

(rillig)

2020-05-02 13:43:22 UTC MAIN commitmail json YAML

doc: Updated sysutils/capistrano to 3.13.0

(taca)

2020-05-02 13:42:50 UTC MAIN commitmail json YAML

sysutils/capistrano: update to 3.13.0

Update capistrano to 3.13.0.

3.13.0 (2020-04-17)

New Features

* Use env to find ssh path (#2053) @JoeDupuis

Housekeeping

* Remove CHANGELOG task from PR template (#2054) @mattbrictson

(taca)

2020-05-02 13:40:18 UTC MAIN commitmail json YAML

www/drupal8: remove SUBST block for nonexistent file

(rillig)

2020-05-02 13:37:08 UTC MAIN commitmail json YAML

math/pari: remove no-op SUBST block

When building on NetBSD-8.0-x86_64, the file pari.cfg does not contain
any references to TOOLS_DIR.

(rillig)

2020-05-02 13:35:59 UTC MAIN commitmail json YAML

doc: Added security/ruby-chef-vault version 4.0.1

(taca)

2020-05-02 13:35:39 UTC MAIN commitmail json YAML

security/Makefile: add dand enable ruby-chef-vault

(taca)

2020-05-02 13:34:42 UTC MAIN commitmail json YAML

security/ruby-chef-vault: add package version 4.0.1

Add ruby-chef-vault package version 4.0.1.

Chef-Vault

Chef-Vault allows you to encrypt a Chef Data Bag Item using the public keys
of a list of chef nodes. This allows only those chef nodes to decrypt the
encrypted values.

For a more detailed explanation of how chef-vault works, please refer to
this blog post Chef Vault - what is it and what can it do for you? by Nell
Shamrell-Harrington.

(taca)

2020-05-02 13:27:05 UTC MAIN commitmail json YAML

net/netatalk3: remove no-op SUBST block

There is no mention of dvips in the whole package.

(rillig)

2020-05-02 13:22:44 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.32.0

(taca)

2020-05-02 13:22:00 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.32.0

Update ruby-sequel to 5.32.0.

=== 5.32.0 (2020-05-01)

* Allow Database#create_table? work with :partition_of option on PostgreSQL (jeremyevans) (#1690)

* Add fiber_concurrency extension, for using Fiber.current instead of Thread.current for checking out connections (jeremyevans)

* Move most Sequel singleton methods into a module that extends Sequel for easier overriding (jeremyevans)

* Fix method visibility issues in model, plugin, extension, and adapter code (jeremyevans)

* Avoid defining conversion procs for PostgreSQL inet/cidr types in pg_inet extension when using sequel_pg 1.13.0+ (jeremyevans)

* Add run_transaction_hooks Database extension, allowing for running the transaction hooks before commit/rollback, for use with transactional testing (jeremyevans)

* Recognize timestamp(N) with time zone type (isc) (#1684)

(taca)

2020-05-02 13:17:23 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-moneta to 1.3.0

(taca)

2020-05-02 13:16:53 UTC MAIN commitmail json YAML

databases/ruby-moneta: update to 1.3.0

UPdate ruby-moneta to 1.3.0.

1.3.0

* Transformer - add :each_key support (#170)
* Server - add :each_key support, use non-blocking IO (#165)
* Builder - dup options before passing to adapter/proxy (#174)
* Adapter::Couch - add HTTP basic auth support
* Support MRI 2.7.0 (#172)
* Minimum required MRI version is now 2.3.0 (#172)

(taca)

2020-05-02 12:18:51 UTC MAIN commitmail json YAML

doc: updated picom, synergy, MesaLib

(tnn)

2020-05-02 12:13:43 UTC MAIN commitmail json YAML

Mesa 20.0.6
  dEQP-VK.subgroups.size_control.compute.* crashes on HSW and TGL
  piglit spec.!opengl 1.0.gl-1.0-fpexceptions crash on Iris
  SPIR-V: OpConvertUToPtr from spec constant fails to compile
  radv: Reading ViewportIndex in fragment shader returns garbage
  radeonsi: GL_LINES rendering is affected by GL_POINT_SPRITE
  [ANV] gfxbench Aztec Ruins misrenders on gen11+
  glxinfo cmd crashed
Mesa 20.0.5
  nir: nir_lower_returns can't handle nested loops
  Graphic artifacts with Mesa 20.0.4 on intel HD 510 GPU
  Mesa 20 regression makes Lightsprint demos crash
  Build Fails with Clang Shared Library
  dri_common.h:58:8: error: unknown type name '__GLXDRIdrawable'
  Graphical glitches on Intel Graphics when Xorg started on Iris driver
  SIGSEGV src/compiler/glsl/ast_function.cpp:53
  manywin aborts with "i965: Failed to submit batchbuffer: Invalid argument"
  v3d: transform feedback issue
  radv: dEQP-VK.binding_model.descriptorset_random.sets4.noarray.ubolimitlow.sbolimitlow.imglimitlow.noiub.comp.noia.0 segfault
  radv: RAVEN fails dEQP-VK.pipeline.timestamp.misc_tests.reset_query_before_copy
  https://gitlab.freedesktop.org/mesa/mesa/-/issues/2727
  enable storageBuffer16BitAccess feature in radv for SI and CIK
  Weston drm-backend.so seems to fail with Mesa master and LIBGL_ALWAYS_SOFTWARE=1
  vaapi bob deinterlacer produces wrong output height on AMD

(tnn)

2020-05-02 12:04:58 UTC MAIN commitmail json YAML

doc: Updated print/cups-filters to 1.27.4

(leot)

2020-05-02 12:04:45 UTC MAIN commitmail json YAML

cups-filters: Update to 1.27.4

pkgsrc changes:
- Remove patches/patch-configure: applied uptsream
- Convert the CHECK_PORTABILITY_SKIP to a REPLACE_BASH: it is more consistent
  with other REPLACE_BASHes (there are several files that are not installed
  then) and complaining about `==' test(1) operator in a bash script is
  not correct.

Changes:
1.27.4
------
- libcupsfilters, cups-browsed: Fix memory issues in
  ppdgenerator and cups-browsed (Pull request #226).
- pdftops: Mention cups-filters README, CUPS README in debug
  log (Pull request #225).
- pdftopdf, gstoraster, foomatic-rip: Use "-dSAFER"
  Ghostscript option, instead of the deprecated
  "-dPARANOIDSAFER" (Pull request #224).
- Build System: Replace '==' in configure.ac test with '=', as
  the former is a bashism (Pull request #222).

1.27.3
------
- cups-browsed: Allow sharing local queues pointing to remote
  CUPS queues and re-sharing printers discovered via
  BrowsePoll by default, using
  AllowResharingRemoteCUPSPrinters and
  NewBrowsePollQueuesShared directives in cups-browsed.conf
  (Issue #101, Pull request #218).
- driverless: Correctly unlink temporary file when generating
  PPD file (Pull request #220).
- cups-browsed: Fixed memory leaks (Pull request #219).
- foomatic-rip: PDF page count side-loads the PDF file to
  count the pages in, so it cannot be run in -dSAFER mode. Run
  even in -dNOSAFER mode to override the -dSAFER default of
  newer Ghostscript versions. This should not cause a security
  problem as we do not take an input file which could do
  arbitrary side-loads but we run hard-coded PostScript
  commands instead (Issue #216).
- libfontembed: Add checks to the test programs to not
  segfault if the test font file is not found (Pull request
  #214).
- Build System: Let ./configure fail if the supplied test font
  file path (or the default) does not exist (Pull request
  #214), also use the "find" command to find the test font
  file DejaVuSans.ttf under /usr/share/fonts, as every
  distribution has it somewhere else.

1.27.2
------
- foomatic-rip: In some PostScript input files it was possible
  that option settings did not get inserted or lines inserted
  on the wron place (Issue #208, Pull request #210).
- foomatic-rip: For the PDF page count call Ghostscript in
  sandbox mode and fix pointer arithmetics (Pull request
  #212).
- foomatic-rip: Zero-page-job handling changes made the last
  page of PostScript files not printed, also turning one-page
  jobs into zero-page jobs (Issue #200, Issue #206, Issue
  #208, Pull request #209, Pull request #210, Pull request
  #211).
- cups-browsed: check_printer_with_option() function:
  Initialize the value, add further checks, freeing memory and
  stop allocating magic numbers (Pull request #204).
- cups-browsed: Additional checks against crashes in the
  is_local_hostname() function (Ubuntu bug #1863716)

1.27.1
------
- libcupsfilters: Let the PPD generator not put any dashes
  into the PPD option and choice names when translating them
  from IPP attribute names, to avoid that on the
  back-translation by CUPS no double-dashes are
  generated. This broke paper tray selections with tray names
  like "tray-1", "tray-2", ... (Issue #192, Issue #201, Debian
  bug #949315).
- foomatic-rip: Fixed segfault when PRINTER environment
  variable is not supplied.
- pdftopdf, pdftops, gstoraster, gstopdf, gstopxl,
  rastertoescpx, rastertopclx, foomatic-rip: Handle zero-page
  jobs (Issue #117, Pull request #196, Pull request #197, Pull
  request #198, Pull request #200).
- texttopdf: Added support for CJK (double-width) fonts (Issue
  #135, Pull request #199).
- cups-browsed: Switched default for "CreateIPPPrinterQueues"
  from "local-only" to "All". The configure script options
  "--enable-auto-setup-local-only" and
  "--enable-auto-setup-driverless-only" can be used to change
  this default (Debian bug #921252).
- rastertoescpx: Fixed wrong freeing of a buffer.
- pdftops: Added options "crop-to-fit" and "fill" to the
  pdftopdf options which the pstops called by pdftops should
  not apply a second time.
- pdftops: Added missing "-sstdout=%stderr" to Ghostscript
  command line, to assure that all messages are redirected to
  stderr and do not mix up with the output data.

1.27.0
------
- cups-browsed: Eliminate the use of the local CUPS daemon's
  (the CUPS we are attached to) port number completely, so
  that for attaching to an arbitrary local CUPS daemon
  listening on an arbitrary port (or even not listening on
  localhost at all) it is enough to tell cups-browsed the
  domain socket the CUPS daemon is listening on.
- cups-browsed, libcupsfilters: Identify DNS-SD-reported
  printers as of the local CUPS daemon via UUID and not via
  the port on which the local CUPS is listening, as we do not
  always have this port available.
- cups-browsed: Leave the port for legacy CUPS browsing and
  broadcasting on 631, do not use a possible alternative port
  of the CUPS we are attached to. The legacy CUPS servers we
  communicate with are always remote ones.
- libcupsfilters: in the PPD generator prioritize
  print-color-mode-supported against
  pwg-raster-document-type-supported (Issue #186, Pull request
  #188)
- rastertopdf, rastertops, texttopdf, pdftoraster,
  mupdftoraster: Handle zero-page jobs, corrections on
  zero-page job handling (Issue #117)
- cups-browsed: When restarting after a crash make sure that
  local queue names have same upper/lower case as before.
- cups-browsed: Small code improvements to reduce crash
  probability.

1.26.2
------
- cups-browsed: Added crash guards to avoid crashes in case
  the dummy printer entry for a deleted master entry is used.
- cups-browsed: Set the port of the local CUPS daemon to be
  used according to the IPP_PORT environment variable.
- cups-browsed: Eliminated the use of the cupsGetPPD2()
  function of libcups completely, also the remaining calls
  in the record_printer_options() and update_cups_queues()
  functions, the former causing incomplete recording of
  option settings and the latter use of CUPS-generated
  PPDs not working when CUPS is running on a non-standard
  port.
- cups-browsed: Eliminated the use of the cupsGetPPD2()
  function of libcups in queue_overwritten(). The function
  actually loads the queue's PPD file if the queue is on a
  local CUPS on port 631. Due to a bug the function fails if
  an alternative port is used. This lets queue_overwritten()
  always assume that the PPD got removed and therefore the
  queue got overwritten. So queues got released from
  cups-browsed if it was printed on them or if they were
  supposed to be removed on shutdown.
- foomatic-rip: Fixed compilation with -fno-common. Starting
  from the upcoming GCC 10, the default of the -fcommon option
  will change to -fno-common. This causes compilation errors
  in foomatic-rip due to missing "external" declarations.
  (Pull request #184).

(leot)

2020-05-02 11:49:40 UTC MAIN commitmail json YAML

sysutils/qlogtools: skip nonexistent error.h when fixing errno

Some packages using mk/djbware.mk do not have error.h but need to fix the
errno declaration in other files.  Up to now, there was no good way of
achieving exactly this.

Building packages like these in a SUBST_NOOP_OK=no build makes these
packages fail.  To fix these packages, the configuration of the files
needed to be a bit more flexible.

(rillig)

2020-05-02 11:48:13 UTC MAIN commitmail json YAML

doc: Updated print/cups-base to 2.3.3

(leot)

2020-05-02 11:47:59 UTC MAIN commitmail json YAML

doc: Updated print/cups to 2.3.3

(leot)

2020-05-02 11:47:16 UTC MAIN commitmail json YAML

cups: Update to 2.3.3

Changes:
2.3.3
-----
- CVE-2020-3898: The `ppdOpen` function did not handle invalid UI
  constraint.  `ppdcSource::get_resolution` function did not handle
  invalid resolution strings.
- CVE-2019-8842: The `ippReadIO` function may under-read an extension
  field.
- Fixed WARNING_OPTIONS support for GCC 9.x

2.3.2
-----
- Localization updates.

(leot)

2020-05-02 11:43:09 UTC MAIN commitmail json YAML

mk/djbware.mk: indent nested .if and .include directives

(rillig)

2020-05-02 11:42:13 UTC MAIN commitmail json YAML

put parentheses around more memcpy arguments that trip up GCC

(tnn)

2020-05-02 11:36:41 UTC MAIN commitmail json YAML

synergy: update to 1.11.1

Bug fixes:
6622 Language files not updated during build
6611 Mismatched TLS SHA fingerprint types
6608 TLS certificate is not created on Windows
6593 Non-ASCII characters replaced with ? on client
4288 Using print screen key also sends alt key
  4 Quote chars broken on US-International keyboard
Enhancements:
6632 Support for building with LibreSSL
6396 Black and white icons for macOS toolbar

(tnn)

2020-05-02 11:23:05 UTC MAIN commitmail json YAML

picom: update to version 8.

pkgsrc changes:
- Restore patch-src_backend_gl_gl__common.c from the previous "compton"
  package. It is smaller and better explains why the patch is needed.
- drop dependency on libxdg-basedir, dropped by upstream.

Upstream new feature & improvements
- You can now use the time variable in window shaders to get a timestamp.
- --max-brightness, which allows you to dim windows that are too bright.
- Automatic configuration file reloading after it's changed.
- A lot of the artifacts seen with blur and use-damage enabled are fixed.
- _NET_WM_BYPASS_COMPOSITOR property are now handled.
- Completely transparent windows won't have a blurred background anymore.
- Improved fullscreen window detection.
- Various improvments to the inverter.sh script
- wintype notify has been renamed to notification to match the EWMH names
- (also various bug fixes)

(tnn)

2020-05-02 10:47:38 UTC MAIN commitmail json YAML

mail/qmail: doesn't need the errno hack anymore

notqmail-1.07 correctly includes <errno.h> instead of declaring errno as
a process-global variable.

(rillig)

2020-05-02 10:44:10 UTC MAIN commitmail json YAML

sysutils/py-diffoscope: remove no-op SUBST block

diffoscope has switched to libarchive instead of depending on an external
gtar.

(rillig)

2020-05-02 10:43:44 UTC MAIN commitmail json YAML

don't need a wildcard here

(tnn)

2020-05-02 10:33:25 UTC MAIN commitmail json YAML

graphics/py-cairocffi: remove no-op SUBST block

There is neither PREFIX nor SOEXT in cairocffi/__init__.py.

(rillig)

2020-05-02 10:33:16 UTC MAIN commitmail json YAML

pkglint/select.mk: prefer golang pkglint on NetBSD/aarch64 9.1 or later

(tnn)

2020-05-02 10:28:42 UTC MAIN commitmail json YAML

textproc/py-4Suite: remove no-op pattern from SUBST_FILES

The Borrowed tests don't need a #! interpreter, but one of the Core tests
does.

(rillig)

2020-05-02 10:24:58 UTC MAIN commitmail json YAML

x11/x11vnc: allow no-op SUBST block for pthread

On NetBSD-8.0-x86_64, the generated configure script does not contain
"pthread" at all. Maybe it is different on other platforms, therefore
leave the possible substitution as-is, but don't error out.

(rillig)

2020-05-02 10:24:50 UTC MAIN commitmail json YAML

xvidcap: Uses scrollkeeper even if it isn't found (?)

(nia)

2020-05-02 10:14:41 UTC MAIN commitmail json YAML

www/py-werkzeug: remove examples/cookieauth.py from SUBST_FILES

It doesn't exist anymore.

(rillig)

2020-05-02 10:07:53 UTC MAIN commitmail json YAML

lang/ruby: disable check for unknown configure options

(rillig)

2020-05-02 09:58:36 UTC MAIN commitmail json YAML

audio/libopus: remove unknown configure option --enable-ambisonics

(rillig)

2020-05-02 08:07:28 UTC MAIN commitmail json YAML

regress/tools: reduce the number of backslashes in the code

(rillig)

2020-05-02 08:03:17 UTC MAIN commitmail json YAML

regress/tools: adjust COMMENT

(rillig)

2020-05-02 07:45:05 UTC MAIN commitmail json YAML

lang/gcc5: skip check for unknown configure options

(rillig)

2020-05-02 07:24:32 UTC MAIN commitmail json YAML

2020-05-02 06:54:49 UTC MAIN commitmail json YAML

remove tex-if{etex,luatex,xetex}{,-doc} successor tex-iftex{,-doc}

(markd)

2020-05-02 06:51:31 UTC MAIN commitmail json YAML

2020-05-02 06:48:59 UTC MAIN commitmail json YAML

regress/infra-unittests: add more tests for subst.mk

Having quotes around the sed commands does not change their meaning.
These quotes must not lead to syntax errors when parsing the shell
command.  This happened in mk/subst.mk r1.91 because the double quote was
accidentally escaped.

(rillig)

2020-05-02 06:44:26 UTC MAIN commitmail json YAML

texlive-collection-basic: remove tex-if{luatex,xetex}

(markd)

2020-05-02 06:42:06 UTC MAIN commitmail json YAML

texlive-collection-basic-doc: remove tex-if{luatex,xetex}-doc

(markd)

2020-05-02 06:37:41 UTC MAIN commitmail json YAML

texlive-collection-plaingeneric: remove tex-ifetex

(markd)

2020-05-02 06:37:08 UTC MAIN commitmail json YAML

doc: Updated net/sayaka to 3.4.4

(tsutsui)

2020-05-02 06:36:49 UTC MAIN commitmail json YAML

sayaka: update to 3.4.4.

pkgsrc changes:
- remove leftover (should be done on 3.3.0) from Makefile
- explicitly specify required versions of vala and glib2 per README.md

Upstream changes:

* 3.4.4 (2020/05/01)
  fix unexpected exit on receiving SIGWINCH on Linux.
  adjust drawing of contiguous retweets.
  extend timeout to determine SIXEL support.
  change behavior of --token option.
  misc modifications around logs.

(tsutsui)

2020-05-02 05:52:10 UTC MAIN commitmail json YAML

mk/subst.mk: fix shell parse error for special sed expressions

The escaping inside the backticks had been wrong.  Because of this,
parentheses and semicolons were interpreted as shell syntax.

Switching to $(...) command substitution removes the need for quoting
some of the characters and makes the whole command simpler to understand.
Doing the escaping for the backticks command properly would have involved
lots of special cases.

The $(...) command substitution was used sparingly in pkgsrc up to now
because some older or broken shells do not support it.  Since these
shells do not end up as the shell that runs the commands from Makefiles,
that's not a problem.

(rillig)

2020-05-02 03:15:56 UTC MAIN commitmail json YAML

R: dependency tex-ifluatex,tex-xetex -> tex-iftex (commented out)

(markd)

2020-05-02 03:13:54 UTC MAIN commitmail json YAML

tex-mathspec: dependency tex-ifxetex -> tex-iftex

(markd)

2020-05-02 03:11:41 UTC MAIN commitmail json YAML

dblatex: dependency tex-ifxetex -> tex-iftex

(markd)

2020-05-02 03:01:51 UTC MAIN commitmail json YAML

tex-luatexbase: tex-luatexbase

(markd)

2020-05-02 02:58:11 UTC MAIN commitmail json YAML

tex-hyperref: dependency tex-ifxetex -> tex-iftex

(markd)

2020-05-02 02:56:28 UTC MAIN commitmail json YAML

tex-oberdiek: dependency tex-ifluatex,tex-ifxetex -> tex-iftex

(markd)

2020-05-02 02:54:51 UTC MAIN commitmail json YAML

tex-xltxtra: dependency tex-ifluatex,tex-xetex -> tex-iftex

(markd)

2020-05-02 02:52:55 UTC MAIN commitmail json YAML

tex-cjk: dependency tex-ifxetex -> tex-iftex

(markd)

2020-05-02 02:50:29 UTC MAIN commitmail json YAML

tex-metalogo: dependency tex-ifxetex -> tex-iftex

(markd)

2020-05-02 02:48:24 UTC MAIN commitmail json YAML

tex-ifplatform: dependency tex-ifluatex -> tex-iftex

(markd)

2020-05-02 02:46:23 UTC MAIN commitmail json YAML

tex-tufte-latex: dependency tex-ifxetex -> tex-iftex

(markd)

2020-05-02 02:43:46 UTC MAIN commitmail json YAML

tex-moderncv: PKGREVISION bump for previous

(markd)

2020-05-02 02:42:48 UTC MAIN commitmail json YAML

tex-luacode: PKGREVISION bump for previous

(markd)

2020-05-02 02:41:42 UTC MAIN commitmail json YAML

tex-toptesi: dependency tex-ifxetex -> tex-iftex

(markd)

2020-05-02 02:38:38 UTC MAIN commitmail json YAML

tex-moderncv: dependency tex-ifluatex,tex-ifxetex -> tex-iftex

(markd)

2020-05-02 02:36:43 UTC MAIN commitmail json YAML

tex-luacode: dependency tex-ifluatex -> tex-iftex

(markd)

2020-05-02 02:35:03 UTC MAIN commitmail json YAML

tex-tcolorbox: dependency tex-ifluatex -> tex-iftex

(markd)

2020-05-02 02:29:26 UTC MAIN commitmail json YAML

texlive 2020 package updates

(markd)

2020-05-02 02:27:46 UTC MAIN commitmail json YAML

2020-05-02 01:35:39 UTC MAIN commitmail json YAML

doc: Updated chat/ekg to 20200501

(mef)

2020-05-02 01:35:20 UTC MAIN commitmail json YAML

(chat/ekg) Fix build by adding .include ../../devel/ncurses/buildlink3.mk

(mef)

2020-05-02 01:06:40 UTC MAIN commitmail json YAML

(chat/ekg) Updated to 20200501, but make does not complete. Yet better than checksum error

(mef)

2020-05-02 00:38:10 UTC MAIN commitmail json YAML

(mail/up-imappproxy) fix patch-remove-unused-variables instead SUBST

(mef)

2020-05-02 00:21:39 UTC MAIN commitmail json YAML

(mail/up-imappproxy) fix patch-remove-unused-variables, try again, sorry

(mef)

2020-05-02 00:14:21 UTC MAIN commitmail json YAML

2020-05-01 23:30:25 UTC MAIN commitmail json YAML

2020-05-01 23:24:39 UTC MAIN commitmail json YAML

net/unbound: remove no-op SUBST block

The previously affected files are generated via autoconf now, inserting
the correct placeholders.

(rillig)

2020-05-01 23:17:34 UTC MAIN commitmail json YAML

net/tinc: remove no-op SUBST block

There are no empty lines in the manual page.

(rillig)

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

www/squidclamav: remove no-op file from SUBST_FILES

src/squidclamav.h does not contain the configuration directory anymore.
That directory is configured in the configure script.

(rillig)

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

databases/mongodb: remove no-op file from SUBST_FILES

mongod_options.cpp doesn't contain any pathnames anymore.

While here, the substitutions for /var looked suspicious but were ok
since everything happens in the mongodb/ subdirectory.

(rillig)

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

doc: Updated www/grafana to 6.7.3

(tnn)

2020-05-01 22:04:05 UTC MAIN commitmail json YAML

grafana: update to 6.7.3

Highlights from 6.7:
  Dashboard: Enforce minimum refresh interval
  Data source: Google Sheets data source
  Explore: Query history
  Authorization: Azure OAuth
  Stackdriver: Project Selector

Highlights from 6.6:
  Panels: New stat panel
  Panels: Auto min/max for Bar Gauge/Gauge/Stat
  Panels: News panel
  Panels: Custom data units
  Panels: Bar Gauge unfilled option
  TimePicker: New design & features
  Alerting enhancements
  Explore: Added log message line wrapping options for logs
  Explore: Column with unique log labels
  Explore: Context tooltip
  Explore: Added ability to specify step with Prometheus queries
  Graphite: Added Metrictank dashboard to Graphite datasource
  Loki: Support for template variable queries
  Postgres/MySQL/MSSQL: Added support for region annotations
  Security: Added disabled option for cookie samesite attribute
  TablePanel, GraphPanel: Exclude hidden columns from CSV
  Stackdriver: Meta labels
  CloudWatch: Calculate period based on time range
  CloudWatch: Display partial result in graph when max DP/call limit is reached

Highlights from 6.5:
  Docker: Ubuntu-based images and more
  CloudWatch: Major rewrite and lots of enhancements
  Templating: Dynamic typeahead queries using $__searchFilter
  Graphite: Support for additional Metrictank functionality
  Explore: New log row details view
  Explore: Turn parts of log message into a link using derived fields
  Explore: Time-sync of split views
  Explore: Hover/tooltip support in graphs
  Azure Monitor: Alerting support for Azure Application Insights
  Provisioning: Allow saving of provisioned dashboards from UI
  Auth Proxy: Mix auth proxy with Grafana login token and session cookie
  OAuth: Generic OAuth now supports role mapping
  Image Rendering: Quick update since Grafana 6.4

Highlights of 6.4:
  Explore: Go back to dashboard (with query changes)
  Explore: Live tailing improvements
  Loki: Show logs as annotations in dashboard graphs
  Loki: Use Loki in dashboard panels
  Panels: New logs panel
  Panels: Data links improvements
  Graph: Series override to turn constant (point) into a line
  Dashboard: Share query results between panels
  Plugins: Alpha version of grafana-toolkit
  Image Rendering: PhantomJS deprecation
  Docker: Alpine based docker image
  LDAP: Debug UI

(tnn)

2020-05-01 21:48:21 UTC MAIN commitmail json YAML

sysutils/i3status: fix hard-coded paths

The configuration file didn't contain any /var, but the manual pages did.

(rillig)

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

net/grive2: remove nonexistent file from SUBST_FILES

(rillig)

2020-05-01 21:27:49 UTC MAIN commitmail json YAML

www/gitea: fix the SUBST block for updating the version number

In the distfile gitea-1.11.4.tar.gz, the version number is written as
1.9.0-dev, which is probably a mistake. Make sure that this version
number is always fixed, until this inconsistency is fixed upstream.

(rillig)

2020-05-01 21:12:05 UTC MAIN commitmail json YAML

mk/fuse.buildlink3.mk: make patching of configure scripts optional

Some packages that don't need this patch are:
fuse-afpfs-ng-0.8.1nb5
fuse-bindfs-1.8.4nb1
fuse-chironfs-1.1.1nb1
fuse-cryptofs-0.6.0nb6

(rillig)

2020-05-01 21:09:03 UTC MAIN commitmail json YAML

syncthing: fix SIGILL on netbsd/arm64 by copying patch from devel/go-sys

(tnn)

2020-05-01 21:07:24 UTC MAIN commitmail json YAML

print/foomatic4-db-engine: allow SUBST block to be a no-op

(rillig)

2020-05-01 20:57:44 UTC MAIN commitmail json YAML

2020-05-01 20:44:52 UTC MAIN commitmail json YAML

sysutils/fdtools: does not have error.h

(rillig)

2020-05-01 20:43:49 UTC MAIN commitmail json YAML

security/fail2ban: clean up SUBST block

fail2ban-client does not contain any paths.

(rillig)

2020-05-01 20:19:23 UTC MAIN commitmail json YAML

2020-05-01 20:11:47 UTC MAIN commitmail json YAML

emulators/caprice32: remove no-op file patterns from SUBST_FILES

There are no placeholders in src/cap32.cfg, and cap32.cfg doesn't exist.

(rillig)

2020-05-01 19:59:48 UTC MAIN commitmail json YAML

shells/bash-completion: remove no-op SUBST block

The README file has been renamed to README.md.
Since it is not installed anyway, there's no need to patch it.
If this need should ever arise again, the other paths in that file
should be patched as well.

(rillig)

2020-05-01 19:53:48 UTC MAIN commitmail json YAML

2020-05-01 19:51:18 UTC MAIN commitmail json YAML

sysutils/apcupsd: remove nonexistent files from SUBST_FILES

(rillig)