Commit graph

7177 commits

Author SHA1 Message Date
mef
24fec2d0f3 (misc/zyGrib) Fix build, add two patches to adapt QT 5.15.0 2020-06-20 21:34:26 +00:00
reinoud
b90d22d4be Upgrade to minor release 0.8.11 fixing compilation errors on gcc10 and some
minor spelling mistakes.
2020-06-20 13:29:37 +00:00
taca
f122250d1d misc/ruby-parallel: update to 1.19.2
Update ruby-parallel to 1.19.2.


1.19.2 (2020-06-17)

* docs: Improve notes about ActiveRecord.
* Allow timeout usage inside of thread.
2020-06-19 13:51:14 +00:00
adam
6e25262d40 py-tqdm: updated to 4.46.1
tqdm v4.46.1 stable

fix missing sys.setcheckinterval in py3.9
fix keras.TqdmCallback compatibility with tensorflow==2.2.0
update documentation
correct contrib.concurrent correct max_workers
drop prominent mention of xrange
minor linting
2020-06-17 12:00:59 +00:00
bsiegert
121a05e61b Revbump Go packages after Go 1.14.4 update. 2020-06-17 09:54:00 +00:00
fcambus
7d80fe1f07 ansiweather: update to 1.17.0.
AnsiWeather 1.17.0 (2020-06-16)

- Use cut instead of awk for parsing the config file, allowing to use the
  colon character as part of the config value (Thanks Niklas Lindgren)
2020-06-16 09:21:57 +00:00
taca
6c2bc96d96 devel/ruby-parallel: update to 1.19.1
Update ruby-parallel to 1.19.1.


1.19.1 (2019-11-22)

No changes are available please refer in detail:

<https://github.com/grosser/parallel/compare/v1.17.0...v1.19.1>
2020-06-14 15:34:12 +00:00
leot
bd029e640d tmux: Update to 3.1b
pkgsrc changes:
 - Remove no longer needed patch-compat.h, all hunks applied upstream.

Changes:
CHANGES FROM 3.1a TO 3.1b
* Fix build on systems without sys/queue.h.
* Fix crash when allow-rename is on and an empty name is set.

CHANGES FROM 3.1 TO 3.1a
* Do not close stdout prematurely in control mode since it is needed to print
  exit messages. Prevents hanging when detaching with iTerm2.

CHANGES FROM 3.0a TO 3.1
* Only search the visible part of the history when marking (highlighting)
  search terms. This is much faster than searching the whole history and solves
  problems with large histories. The count of matches shown is now the visible
  matches rather than all matches.
* Search using regular expressions in copy mode. search-forward and
  search-backward use regular expressions by default; the incremental versions
  do not.
* Turn off mouse mode 1003 as well as the rest when exiting.
* Add selection_active format for when the selection is present but not moving
  with the cursor.
* Fix dragging with modifier keys, so binding keys such as C-MouseDrag1Pane and
  C-MouseDragEnd1Pane now work.
* Add -a to list-keys to also list keys without notes with -N.
* Do not jump to next word end if already on a word end when selecting a word;
  fixes select-word with single character words and vi(1) keys.
* Fix top and bottom pane calculation with pane border status enabled.
* Add support for adding a note to a key binding (with bind-key -N) and use
  this to add descriptions to the default key bindings. A new -N flag to
  list-keys shows key bindings with notes. Change the default ? binding to use
  this to show a readable summary of keys. Also extend command-prompt to return
  the name of the key pressed and add a default binding (/) to show the note
  for the next key pressed.
* Add support for the iTerm2 DSR 1337 sequence to get the terminal version.
* Treat plausible but invalid keys (like C-BSpace) as literal like any other
  unrecognised string passed to send-keys.
* Detect iTerm2 and enable use of DECSLRM (much faster with horizontally split
  windows).
* Add -Z to default switch-client command in tree mode.
* Add ~ to quoted characters for %%%.
* Document client exit messages in the manual page.
* Do not let read-only clients limit the size, unless all clients are
  read-only.
* Add a number of new formats to inspect what sessions and clients a window is
  present or active in.
* Change file reading and writing to go through the client if necessary. This
  fixes commands like "tmux loadb /dev/fd/X". Also modify source-file to
  support "-" for standard input, like load-buffer and save-buffer.
* Add ~/.config/tmux/tmux.conf to the default search path for configuration
  files.
* Bump the escape sequence timeout to five seconds to allow for longer
  legitimate sequences.
* Make a best effort to set xpixel and ypixel for each pane and add formats for
  them.
* Add push-default to status-left and status-right in status-format[0].
* Do not clear search marks on cursor movement with vi(1) keys.
* Add p format modifier for padding to width and allow multiple substitutions
  in a single format.
* Add -f for full size to join-pane (like split-window).
* Do not use bright when emulating 256 colours on an 8 colour terminal because
  it is also bold on some terminals.
* Make select-pane -P set window-active-style also to match previous behaviour.
* Do not truncate list-keys output.
* Turn automatic-rename back on if the \033k rename escape sequence is used
  with an empty name.
* Add support for percentage sizes for resize-pane ("-x 10%"). Also change
  split-window and join-pane -l to accept similar percentages and deprecate the
  -p flag.
* Add -F flag to send-keys to expand formats in search-backward and forward
  copy mode commands and copy_cursor_word and copy_cursor_line formats for word
  and line at cursor in copy mode. Use for default # and * binding with vi(1)
  keys.
* Add formats for word and line at cursor position in copy mode.
* Add formats for cursor and selection position in copy mode.
* Support all the forms of RGB colour strings in OSC sequences rather than
  requiring two digits.
* Limit lazy resize to panes in attached sessions only.
* Add an option to set the key sent by backspace for those whose system uses ^H
  rather than ^?.
* Change new-session -A without a session name (that is, no -s option also) to
  attach to the best existing session like attach-session rather than a new
  one.
* Add a "latest" window-size option which tries to size windows based on the
  most recently used client. This is now the default.
* Add simple support for OSC 7 (result is available in the pane_path format).
* Add push-default and pop-default for styles which change the colours and
  attributes used for #[default]. These are used in status-format to restore
  the behaviour of window-status-style being the default for
  window-status-format.
* Add window_marked_flag.
* Add cursor-down-and-cancel in copy mode.
* Default to previous search string for search-forward and search-backward.
* Add -Z flag to rotate-window, select-pane, swap-pane, switch-client to
  preserve zoomed state.
* Add -N to capture-pane to preserve trailing spaces.
* Add reverse sorting in tree, client and buffer modes.
2020-06-13 21:42:43 +00:00
markd
29920a1c12 kde: update kde release service to 20.04.1
changes unknown
2020-06-09 11:56:05 +00:00
nia
0558066b12 misc: Add mime-types
A database of common mappings of file extensions to MIME types.

The purpose of this package is to provide a reasonably complete
default database of MIME types for packages that expect a mime.types
file to be installed in the system configuration directory.
2020-06-09 10:10:37 +00:00
taca
16db88ac0c misc/ruby-hashie: update to 4.1.0
Update ruby-hashie to 4.1.0.


4.1.0 - 2020-02-01

Added

* #499: Add Hashie::Extensions::Mash::PermissiveRespondTo to make specific
   subclasses of Mash fully respond to messages for use with SimpleDelegator
   - @michaelherold.

Changed

* #498: Exclude tests from the gem release to reduce installation size and
  improve installation speed - @michaelherold.

Fixed

* #467: Fixed DeepMerge#deep_merge mutating nested values within the
  receiver - @michaelherold.
* #505: Ensure that Hashie::Arrays are not deconverted within Hashie::Mashes
  to make Mash#dig work properly - @michaelherold.
* #507: Suppress Psych.safe_load arg warn when using Psych 3.1.0+ - @koic.
* #508: Fixed Mash.load no longer uses Rails-only #except - @bobbymcwho.
* #508: Fixed Hashie::Extensions::DeepMerge #deep_merge not correctly
  dup'ing sub-hashes if active_support hash extensions were not present -
  @bobbymcwho.
* #500: Do not warn when setting Mash keys that look like underbang, bang,
  and query methods - @michaelherold.
* #510: Ensure that Hashie::Mash#compact is only defined on Ruby version >=
  2.4.0 - @bobbymcwho.
* #511: Suppress keyword arguments warning for Ruby 2.7.0 - @koic.
* #512: Suppress an integer unification warning for using Ruby 2.4.0+ - @koic.
* #513: Suppress a Ruby's warning when using Ruby 2.6.0+ - @koic.

4.0.0 - 2019-10-30

Added

* #323: Added Hashie::Extensions::Mash::DefineAccessors - @marshall-lee.
* #474: Expose YAML#safe_load options in Mash#load - @riouruma, @dblock.
* #478: Added optional array parameter to Hashie::Mash.disable_warnings -
  @bobbymcwho.
* #481: Ruby 2.6 - Support Hash#merge and #merge! called with multiple
  Hashes/Mashes - @bobbymcwho.
* #488: Added ability to create an anonymous Hashie::Mash subclass with key
  conflict errors silenced using Hashie::Mash.quiet.new - @bobbymcwho.

Changed

* #481: Implement non-destructive standard Hash methods - @bobbymcwho.
* #482: Update Travis configs to make jruby builds run on trusty dist -
  @BobbyMcWho.

Fixed

* #459: Fixed a regression in Mash.load that disallowed aliases - @arekt and
  @michaelherold.
* #465: Fixed deep_update to call any readers when a key exists -
  @laertispappas.
* #479: Fixed an issue with Hash#except not returning a Mash in Rails 6 -
  @bobbymcwho.
* #489: Updated the documentation to exlain the behavior of Mash and keyword
  arguments - @Bhacaz.
* #465: Clean up our RuboCop configuration and fix the outstanding line
  length violations. This involved some minor refactoring on
  Hashie::Extensions::Coercion, Hashie::Extensions::Dash::IndifferentAccess,
  Hashie::Extensions::DeepLocate, Hashie::Extensions::Mash::SafeAssignment,
  and Hashie::Hash, but none that were detectable via the test suite -
  @michaelherold.
2020-06-07 15:57:40 +00:00
markd
47245f7442 kunitconversion: update to 5.70.0
5.70
  Add imperial gallon and US pint
  Add Icelandic Krona to currencies
2020-06-07 11:39:21 +00:00
markd
febbfc7ff0 kemoticons: update to 5.70.0
changes unknown
2020-06-07 11:37:47 +00:00
markd
23a5df97d5 kcontacts: update to 5.70.0
5.70
  Align description in metainfo.yaml with the one of README.md
2020-06-07 11:36:42 +00:00
markd
5063c931e0 attica-qt5: update to 5.70.0
changes unknown
2020-06-07 11:35:42 +00:00
taca
4e0e0ad63c misc/ruby-sprockets: update to 4.0.2
Update ruby-sprockets to 4.0.2.


## 4.0.2

- Fix `etag` and digest path compilation that were generating string with invalid digest since 4.0.1.

## 4.0.1

- Fix for Ruby 2.7 keyword arguments warning in `base.rb`. [#660](https://github.com/rails/sprockets/pull/660)
- Fix for when `x_sprockets_linecount` is missing from a source map.
- Fix subresource integrity to match the digest of the asset.
2020-06-07 08:37:12 +00:00
mef
ccf6d85042 (misc/libcarddav) Sorry, remove garbage line 2020-06-06 02:01:05 +00:00
mef
4c3fd03712 (misc/libcarddav) Add BUILD_DEPENDS+= tex-epstopdf-pkg-[0-9]*, otherwise waiting forever (?) 2020-06-06 01:51:20 +00:00
jperkin
38fe454b9c *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
gson
0a1fdaa021 misc/py-anita: update to 2.4.
Changes from 2.3:

Deal with the root device name of evbarm-aarch64 changing as a result
of the the switch to GPT at source date 2020.05.24.18.44.46.
2020-06-04 19:44:41 +00:00
adam
6bd0c30da6 Revbump for icu 2020-06-02 08:22:31 +00:00
joerg
36034b86d0 Requires more than 1h of CPU time. 2020-05-26 11:30:29 +00:00
taca
e5e0ab490b misc/ruby-ohai: update to 16.0.20
Update ruby-ohai to 16.0.20 for ruby-chef 16.0.287.


16.0.20 (2020-04-28)

* Bump to version 16.0.0 #1420 (tas50)
* Allow chef-config 16 #1422 (tas50)
* Use is_a? to check the class in the DMI plugin #1423 (tas50)
* fix [#1406]: ensure optional_plugins to be array of symbols #1408 (salzig)
* Replace filesystem with filesystem2 on aix/solaris/bsd #1426 (tas50)
* Chefstyle fixes from Rubocop 0.80 #1431 (tas50)
* Minor testing updates #1432 (tas50)
* use bool instead of raise/rescue to detect linux user is exists #1434 (sawanoboly)
* Combine Linux / Windows fips plugins into a single plugin #1437 (tas50)
* Add logic to fetch the latest azure metadata version #1427 (tas50)
* Expose NIC channel params, coalesce params, and driver info... #1439 (matt-c-clark)
* Add a new interrupts plugin for Linux #1440 (davide125)
* Add a new ipc plugin for Linux #1441 (davide125)
* Fix test failure from missing require. #1442 (phiggins)
* Use native Expeditor gem caching & fix code owners #1443 (tas50)
* Cache gem installs in Buildkite on Windows as well #1444 (tas50)
* Make shard plugin more resilient and throw better errors #1446 (jaymzh)
* Fix chefstyle violations. #1449 (phiggins)
* Add a plugin for Windows mimicing the Unix dmi plugin #1445 (phiggins)
* Use correct DMI attribute name for product name #1451 (ramereth)
* Avoid constant warnings when reloading ohai plugins #1456 (tas50)
2020-05-25 15:11:18 +00:00
taca
3063a97eea misc/ruby-mimemagic: update to 0.3.5
Update ruby-mimemagic to 0.3.5.


## 0.3.5 (2020-05-04)

Mimetype extensions are now ordered by freedesktop.org's priority
2020-05-25 14:12:03 +00:00
rillig
013523838b misc/lile: document possible array[char] bug 2020-05-25 05:37:37 +00:00
markd
9c3ec3d878 marble: allow noop on fix-moc SUBST.
fix-moc SUBST is a noop on some platforms, required on others.
2020-05-24 02:00:28 +00:00
markd
090bd9b337 kemoticons: restore previous, make as SUBST_NOOP_OK.fix-moc=yes
Seems this is a noop on some platforms and required on others.
2020-05-24 00:27:26 +00:00
mef
745e1b7390 (misc/kemoticons) Fix build: Remove non-effective SUBST block 2020-05-23 14:41:55 +00:00
markd
c18fc74f59 kdepimlibs4: remove SUBST block no longer required. 2020-05-23 10:59:33 +00:00
ryoon
adb114cb44 libreoffice: Update to 6.4.4.2
Changelog:
Bugs fixed compared to 6.4.4 rc1:
    tdf#125609 radiobutton receives item status changed event after listbox value selection [Justin Luth]
    tdf#130108 FILESAVE XLSX Conditional Format not applied [Caolán McNamara]
    tdf#130505 LibreOffice dialogs for save and open have default focus in the location field instead of file name field [Caolán McNamara]
    tdf#131554 text position wrong for a PPTX document [Xisco Fauli]
    tdf#131898 LibreOffice dialog: File name field filled with filename, type, size and modified date when selecting a file in the browser [Caolán McNamara]
    tdf#131956 Crash on file reload after file recovery ( steps in comment 9 ) [Caolán McNamara]
    tdf#132187 For every repeated paste the page count (incl. content) doubles [Michael Stahl]
    tdf#132282 FILEOPEN PPTX: Titles rendered vertically instead of horizontally [Xisco Fauli]
    tdf#132783 Calc CRASH when Ctrl+F [Luboš Luňák]


Bugs fixed compared to 6.4.3 RC2
    ofz#21385 SwFltAnchor FrameFormat deleted [Caolán McNamara]
    rhbz#1820868 [abrt] libreoffice-core: SvxSearchDialogWrapper::GetSearchLabel()(): soffice.bin killed by SIGSEGV [Caolán McNamara]
    tdf#78749 [FILEOPEN]: DOCX import filter loses the frame’s (object’s) background bitmap [Attila Bakos]
    tdf#89901 Insertion of DXF image fail to produce a correct image [Armin Le Grand]
    tdf#91565 REPORT BUILDER: Missing insert field icon in Add Field dialog [Julien Nabet]
    tdf#91818 UI: Start Centre Recent Files allows mouse wheel scroll when there is no scroll bar [Roman Kuznetsov]
    tdf#99185 [UI] Breeze, elementary, Sifr and Sukapura icons for Form Folder and Form is identical [Rizal Muttaqin]
    tdf#100751 FILEOPEN: Arrows in docx files sometimes rendered in reverse direction [Szabolcs Toth]
    tdf#104565 FILEOPEN DOCX: Positioning of arrows is off in LO (after round trip) [Szabolcs]
    tdf#119087 FILESAVE PPTX: PowerPoint wants to repair the file after roundtrip and cannot open it [Samuel Mehrbrodt]
    tdf#119187 FILEOPEN Top-aligned text in PPTX becomes bottom-aligned [nd101]
    tdf#122491 Classification: dialog (Paragraph) Classification doesn't show previously chosen classification [Caolán McNamara]
    tdf#123346 FILESAVE | DOCX, Arrows head style changes when saving in LO [Szabolcs]
    tdf#125510 Sifr: Missing icons within Impress' Display Views drop down box [Rizal Muttaqin]
    tdf#125779 Elementary: Object handers are too faint [Rizal Muttaqin]
    tdf#126828 Variables having assigned objects from closed components pretend to still be valid. Attempts to inspect them in the IDE cause crashes. [Caolán McNamara]
    tdf#127109 EDITING Deletion of text creates undo entry: “Delete $1” [László Németh]
    tdf#127606 DOCX imported numbered item formatting not reflected when removed [László Németh]
    tdf#127782 New Print dialog is too high [Heiko Tietze]
    tdf#128200 Wrong translations of formula function names and identifiers [Christian Lohmaier]
    tdf#128689 Request to Localize More Formatting Icons into Korean UI [Rizal Muttaqin]
    tdf#129095 FILEOPEN: Chart is not displayed [Balazs Varga]
    tdf#129372 FILEOPEN: PPTX: CRASH: File format error found at SfxBaseModel::storeToStorage: 0x20d(row,col) – works w/ PowerPoint 2013 [Julien Nabet]
    tdf#130310 Sidebar Icon not loaded/Shown from sidebar.xcu "IconURL" [ilhan]
    tdf#130583 switch() gives "wrong data type" error on reordering value-result pairs [Julien Nabet]
    tdf#130685 CRASH: after pasting and undoing (change tracking involved) [Michael Stahl]
    tdf#130864 Sifr: Slide transition icons on Impress Sidebar aren't black&white [Rizal Muttaqin]
    tdf#130898 Sifr: Missing Large (128px) for The Start Center's Recent File [Rizal Muttaqin]
    tdf#131004 Unstable paint of writer consecutive section frames [Serge Krot]
    tdf#131147 Assert: Undoing deletion ( don't store redline ExtraData during Undo ) [László Németh]
    tdf#131169 Function wizard not correctly using the Add-In category [Julien Nabet]
    tdf#131190 Can not delete pagestyle in Calc [Jim Raykowski]
    tdf#131193 Impress File saved as .ppt (Powerpoint 97-2003) in 6.4 doesn't open in MS Powerpoint Viewer and Protected View in MSO [Aron Budea]
    tdf#131209 Print preview bar in tabbed notebookbar does not appear dynamically [Jim Raykowski]
    tdf#131221 Draw : pullwown menu for Line Width (line thickness) is empty [Julien Nabet]
    tdf#131254 Advance Timing Setting doesn't work correctly [Gülşah Köse]
    tdf#131372 FILESAVE XLSX Paste special of #N/A formula result result gives in Err:520 in Calc after reload [Eike Rathke]
    tdf#131399 Java settings not updated after slight version change [ilhan]
    tdf#131423 Function Wizard in Calc allows too many parameters [Eike Rathke]
    tdf#131442 Sorting breaks array formula [Eike Rathke]
    tdf#131446 Fileopen DOCX: 1 page opens as 3 [Miklos Vajna]
    tdf#131490 Libreoffice Writer 6.4.2.2 table content in Chinese upside down [Miklos Vajna]
    tdf#131496 Presentation opens slower than before [Miklos Vajna]
    tdf#131533 Qt5 crash when closing LO with a 2nd consecutive selection [Jan-Marek Glogowski]
    tdf#131554 text position wrong for a PPTX document [nd101]
    tdf#131566 Sifr: Add Extra Large (32px*32px) Localization Support [Rizal Muttaqin]
    tdf#131571 Crash when clicking the "Text direction from top to bottom" toolbar icon [Julien Nabet]
    tdf#131576 Fields not displayed as expected on Page 2 of Base's Table Wizard [Julien Nabet]
    tdf#131594 FILEOPEN DOCX: Do not display line numbering if w:lnNumType is set but w:countBy="0" [Xisco Fauli]
    tdf#131618 MailMerge contradictory data source error [Oleg Shchelykalnov]
    tdf#131621 Crash saving template file (see comment 4) [Mike Kaganski]
    tdf#131636 Icons for To Background/To Foreground [Rizal Muttaqin]
    tdf#131684 Crash when doing undoing [Michael Stahl]
    tdf#131715 Crash clicking on Data range in the Chart Wizard twice/three times [Caolán McNamara]
    tdf#131716 Freeze/hang after clicking Cancel in the Chart Wizard (with a large range of data selected) [Luboš Luňák]
    tdf#131729 IMAGE WRAP: Crash if you wrap an image with vertical position "Bottom + Page text area" [Miklos Vajna]
    tdf#131733 UI Select Certificate dialog shows extra info in “Issued to” column for RSA certs [Gabor Kelemen]
    tdf#131812 Exporting to html doesn't preserve RTL property [Julien Nabet]
    tdf#131829 Vietnamese [vi-VN] currency VND practically does not use decimals. [Eike Rathke]
    tdf#131849 Mail merge does not reliably apply doc's setting to (not) print empty pages [Michael Weghorn]
    tdf#131873 Libreoffice-Impress Error adding rows to data table (gtk3 only) [Caolán McNamara]
    tdf#131907 Crash: reject/clear formatting [Noel Grandin]
    tdf#131936 Save dialog does not correctly remember last used filetype [Samuel Mehrbrodt]
    tdf#131951 FILEOPEN: Quadratic time on reading and converting html files with images [Pavel Klevakin, Noel Grandin]
    tdf#131966 chart legend attributes width and height are exported to ODF 1.2 (strict) [Julien Nabet]
    tdf#131969 EXIF information not recognized [Stephan Bergmann]
    tdf#131974 Breeze, Colibre, Sifr, Sukapura: Flipped Undo & Redo button with RTL (Arabic) UI [Rizal Muttaqin]
    tdf#131975 Wrong "Undo: Data Input" (.uno:RecUndo) icon For RTL UI in all icon themes [Rizal Muttaqin]
    tdf#131979 FILESAVE ODS Link to source format setting not always saved in chart data label [Balazs Varga]
    tdf#131984 Breeze: Some Extra Large Icons in Data Sources Fallbacked to Colibre [Rizal Muttaqin]
    tdf#131996 HTML Export Wizard - Button selector not working [Caolán McNamara]
    tdf#132001 FILEOPEN DOCX CRASH: File fails to open with frame in header and change tracked table [László Németh]
    tdf#132038 Image rotation angle (inserting a value or by pressing plus or minus) not working [GTK3 only] [Caolán McNamara]
    tdf#132080 elementary: Wrong Glyphs with Korean UI [Rizal Muttaqin]
    tdf#132091 DOCX formtext content is lost after filling [Michael Stahl]
    tdf#132097 Find Previous with direction columns crashes in specific condition [Julien Nabet]
    tdf#132147 "!!br0ken!!" is inappropriately used as an IAccessible 2 attribute for cells without formula which breaks formulas detection for assistive technologies. [Mike Kaganski]
    tdf#132174 FILEOPEN DOCX: Chart shows wrong label formatting (decimal instead of prcentage) [Balazs Varga]
    tdf#132185 [DOCX: import] page numbers in footer no longer roman numerals [Mike Kaganski]
    tdf#132210 [1] Calc crashes when I close spreadsheet file [Julien Nabet]
    tdf#132278 crash after opening an old file [Noel Grandin]
    tdf#132288 Spell check erases footnotes [Caolán McNamara]
    tdf#132305 FILEOPEN: DOCX: Incorrect MS_COMBOVERLINE symbol [Julien Nabet]
    tdf#132351 FILESAVE DOCX Character formatting changes on numbering are not saved [László Németh]
    tdf#132355 FILEOPEN ODT Stock chart columns appear shifted [Tünde Tóth]
    tdf#132385 EDITING Query: SQL Parser drops partition, order by and frame clauses from window definition [Julien Nabet]
    tdf#132404 Sifr: Too large icon for Draw's Points function [Rizal Muttaqin]
    tdf#132489 sifr: Fix for missing tiny DB actions icons [Rizal Muttaqin]
    tdf#132490 sifr Dark: Missing Set Reminder icons [Rizal Muttaqin]
2020-05-23 10:45:48 +00:00
rillig
c6b8816b17 misc/vym: clean up REPLACE_{PERL,BASH} 2020-05-22 21:32:19 +00:00
adam
d62c903eea revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
joerg
f84674b5a6 Fix various build issues. 2020-05-22 01:24:36 +00:00
ryoon
02a5ef8cc3 *: Recursive revbump from graphics/ilmbase 2020-05-21 20:53:37 +00:00
taca
70e54393f8 Remove RUBY_VERSIONS_INCOMPATIBLE for ruby24. 2020-05-21 16:04:21 +00:00
rillig
ffbe1d0651 misc/celestia: remove unknown configure option 2020-05-21 14:50:11 +00:00
rillig
4f4f64fdce mark packages that fail with -Werror=char-subscripts
These packages are susceptible to bugs when confronted with non-ASCII
characters.

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94182.

It takes some time to analyze and fix these individually, therefore they
are only marked as "needs work".
2020-05-20 06:09:03 +00:00
tnn
b882c8f1bc fix shell portability 2020-05-19 22:03:25 +00:00
adam
c2df8b3081 py-immutables: updated to 0.14
v0.14:
Allow None to be used as key in pure-Python implementation.
2020-05-18 10:50:04 +00:00
nia
f5f7511b35 goffice0.10: Update to 0.10.47
goffice 0.10.47:

Jean:
	* Fix crash if a XY plot series has data labels but no valid data. [#426]
	* Fix criticals related to data labels. [#428]
	* Fix a drawing error in contour plots. [#458]
	* Ensure that all required dims have valid data in a valid series. [#466]
	* Fix legend order in bar plots.
	* Test plot series validity after a data change. [#468]
	* Fix crossing axis position. [#45]
	* Fix component duplication. [#483]

Morten:
	* Fix library namespace issue.
	* Implement auto-by-extension for image files.
2020-05-17 23:47:11 +00:00
rillig
1e9b4cb7c9 misc/libreoffice: remove no-op configure.ac from SUBST_FILES
It doesn't contain any placeholders of the form @VAR@.
2020-05-17 21:17:27 +00:00
rillig
9088fe1274 misc/ja-less: remove no-op file from SUBST_FILES 2020-05-16 15:56:54 +00:00
joerg
a58eff6351 Fix const use. 2020-05-14 19:20:32 +00:00
joerg
86ab21fb1d Order of pointers and 0 is undefined. 2020-05-14 19:20:17 +00:00
joerg
348ce3f09c Don't order pointers relative to 0. 2020-05-14 19:19:56 +00:00
adam
5a25827b49 py-immutables: updated to 0.13
v0.13:
Bugfixes
Various improvements w.r.t. type annotations & typing
Fix pure-Python implementation to accept keyword argument
2020-05-14 06:04:46 +00:00
adam
9fded18df3 py-immutables: updated to 0.12
v0.12:
Bug Fixes
Fix the mutation API to maintain elements count correctly
2020-05-13 14:50:33 +00:00
rillig
15fe9894e6 hs-*: add PLIST files
These PLIST files have been autogenerated by mk/haskell.mk using
HS_UPDATE_PLIST=yes during a bulk build.  They will help to track changes
to the packages.  The Haskell packages didn't have PLIST files because
their paths contained package hashes.  These hashes are now determined by
mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
2020-05-11 17:51:58 +00:00
rillig
1932a7dec1 misc/ec2-ami-tools: remove no-op file from SUBST_FILES 2020-05-09 08:49:12 +00:00
rillig
10e0247eff misc/brs: fix hard-coded paths in patch 2020-05-09 08:30:49 +00:00