Commit graph

321468 commits

Author SHA1 Message Date
rillig
1e1e000e2f textproc/openjade: install missing manual page 2020-06-21 09:34:59 +00:00
fcambus
79597bcf34 doc: Updated fonts/spleen to 1.7.1 2020-06-21 09:25:16 +00:00
fcambus
d172df3cbd spleen: update to 1.7.1.
Spleen 1.7.1 (2020-06-21)

- Add some Powerline characters (arrows symbols and padlock) (5x8 version)
- Fix duplicate character names for Powerline symbols
- Uppercase ISO in the FONT property so fonts can be processed through
  ucs2any(1)
- Add "Black Diamond" and "Lozenge" characters for all sizes
- Add "Black Heart Suit" and "Black Diamond Suit" characters for all sizes
- Remove strain pixel on the '5' digit (5x8 version)
- Improve the Esszet character (8x16, 12x24, 16x32, and 32x64 versions)
2020-06-21 09:25:05 +00:00
mef
694d9e40cb (multimedia/handbrake) Correction on source directory of copy after download 2020-06-21 09:23:11 +00:00
mef
a69df617f6 (multimedia/handbrake) Adhoc fix build. Could be 'tar' used in Makefile ? 2020-06-21 09:00:48 +00:00
fcambus
fa9a066bac doc: Updated graphics/libansilove to 1.2.4 2020-06-21 08:02:19 +00:00
fcambus
8f2ce4f2d8 libansilove: update to 1.2.4.
libansilove 1.2.4 (2020-06-21)

- Use size_t in for loops setting color palettes
- Remove unneeded gdImageFill() call when using Workbench mode
- Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files
- Use size_t type for variables used to loop over arrays
- Separate RGB values for palettes, makes color allocation code more
  readable and efficient
- Move ADF color mapping array to config.h
2020-06-21 08:01:25 +00:00
plunky
224eff888e Look for nginx.conf in PKG_SYSCONFDIR.nginx 2020-06-21 08:00:03 +00:00
ryoon
95f0ede9cc doc: Updated lang/nim to 1.2.2 2020-06-21 07:44:08 +00:00
ryoon
c1bd47eb85 nim: Update to 1.2.2
Changelog:
Bugfixes

    Fixed “Critical: 1 completed Future, multiple await: Only 1 await will be awakened (the last one)” (#13889)
    Fixed ““distinct uint64” type corruption on 32-bit, when using {.borrow.} operators” (#13902)
    Fixed “Regression: impossible to use typed pragmas with proc types” (#13909)
    Fixed “openssl wrapper corrupts stack on OpenSSL 1.1.1f + Android” (#13903)
    Fixed “add nimExe to nim dump” (#13876)
    Fixed “simple ‘var openarray[char]’ assignment crash when the openarray source is a local string and using gc:arc” (#14003)
    Fixed “Cant use expressions with when in type sections.” (#14007)
    Fixed “Annoying warning: inherit from a more precise exception type like ValueError, IOError or OSError [InheritFromException]” (#14052)
    Fixed “Incorrect escape sequence for example in jsffi library documentation” (#14110)
    Fixed “macOS: dsymutil should not be called on static libraries” (#14132)
    Fixed “Fix single match output” (#12920)
    Fixed “algorithm.sortedByIt template corrupts tuple input under –gc:arc” (#14079)
    Fixed “strformat: doc example fails” (#14054)
    Fixed “Nim doc fail to run for nim 1.2.0 (nim 1.0.4 is ok)” (#13986)
    Fixed “Exception when converting csize to clong” (#13698)
    Fixed “[ARC] Segfault with cyclic references (?)” (#14159)
    Fixed “cas is wrong for tcc” (#14151)
    Fixed “Use -d:nimEmulateOverflowChecks by default?” (#14209)
    Fixed “Invalid return value of openProcess is NULL rather than INVALID_HANDLE_VALUE(-1) in windows” (#14289)
    Fixed “nim-gdb is missing from all released packages” (#13104)
    Fixed “compiler error with inline async proc and pragma” (#13998)
    Fixed “Linker error with closures” (#209)
    Fixed “ARC codegen bug with inline iterators” (#14219)
    Fixed “[ARC] implicit move on last use happening on non-last use” (#14269)
    Fixed “Boehm GC does not scan thread-local storage” (#14364)
    Fixed “RVO not exception safe” (#14126)
    Fixed “ARC: unreliable setLen “ (#14495)
    Fixed “lent is unsafe: after #14447 you can modify variables with “items” loop for sequences” (#14498)
    Fixed “moveFile does not overwrite destination file” (#14057)
    Fixed “var op = fn() wrongly gives warning ObservableStores with object of RootObj type” (#14514)
    Fixed “wrapWords seems to ignore linebreaks when wrapping, leaving breaks in the wrong place” (#14579)
2020-06-21 07:43:29 +00:00
mef
ab32bbc19a (mail/mailagent) Fix -> $* is no longer supported, I am not sure,sorry 2020-06-21 07:35:25 +00:00
rillig
18e278deae doc/guide: generate pkgsrc.pdf directly
The generated PDF file takes only 700 kB disk space instead of the
previous 1700 kB.
2020-06-21 04:45:36 +00:00
rillig
414c653313 doc/guide: adjust PLIST to removed Debugging chapter 2020-06-21 04:32:36 +00:00
mef
96211253f1 doc: Updated editors/fe to 1.9 2020-06-21 04:09:37 +00:00
mef
49b62f70c1 (editors/fe) Updated 1.9
(pkgsrc)
 -  Silence pkglint, LICENSE (gnu-gpl-v1), add comment on patches

(upstream)
The following things were changed compared to version 1.8:

o  Look for <ncurses/ncurses.h>, as used by Cygwin.
o  Use LC_CTYPE to determine printable characters and display
   unprintable characters as \xx, not as M-chr.
   o  Allow M-. instead of C-space and C-x . instead of M-C-@.
   o  Accept +line as option to jump to a specific line besides -l line.
2020-06-21 04:09:24 +00:00
mef
1821a91b3f doc: Updated editors/TeXmacs to 1.99.13 2020-06-21 03:55:17 +00:00
mef
fc962802b0 (editors/TeXmacs) Updated 1.99.11 to 1.99.13
http://www.texmacs.org/tmweb/about/changes.en.html
1.99.13
- Continued bug fixes
- Switch to Python 3 for plug-ins programmed in Python
- A Parser Framework for programming languages
- Improved Graphviz plugin with documentation in Chinese and syntax highlight
- Improved Maxima plugin with documentation in Chinese and bug fixes
- Improved Octave plugin on Windows for Octave 5.x

1.99.12
- Many bug fixes
- Make it easier to cite work on TeXmacs
- Improved Html import/export filters and support for MathJax
- Faster native (Qt-based) image export of formulas to Html
- Improved large bracket sizes and script positioning
- Various artwork related improvements
- Interface for SymPy
- Re-implement Asymptote, DraTex, Gnuplot, Graphviz, Xypic using
  Python for full platform support
- Documentation on how to write plugins using Python
- Updates of the dictionaries for French and Dutch
- (run-all-tests) aggregates and runs all the tests in Scheme
- Support for Java language
2020-06-21 03:54:53 +00:00
thorpej
880ec4e565 Added sysutils/u-boot-pandaboard version 2018.11.
Updated sysutils/u-boot to 2018.11nb10.
2020-06-21 03:34:05 +00:00
thorpej
708bb84e5a Depend on u-boot-pandaboard. 2020-06-21 03:31:13 +00:00
thorpej
53c5776c2b Build u-boot-pandaboard. 2020-06-21 03:29:15 +00:00
thorpej
f66e7395f3 U-boot package for the OMAP4-based PandaBoard. 2020-06-21 03:27:58 +00:00
mef
171c52c4c7 (editors/p5-Padre-Plugin-Debugger) githubify 2020-06-21 01:36:03 +00:00
gdt
09ce80e4fa geography/qgis: Work around a py-sip upgrade
Patch from upstream.  Does not yet build, but gets to the next error now.
2020-06-21 00:30:04 +00:00
thorpej
c0986de68d Added sysutils/u-boot-jetson-nano version 2020.04. 2020-06-20 22:33:12 +00:00
thorpej
b7fb8b74e3 Build u-boot-jetson-nano. 2020-06-20 22:29:59 +00:00
thorpej
7e2884fe5f U-boot package for the NVIDIA Jetson Nano. 2020-06-20 22:29:12 +00:00
thorpej
efab764643 Newer versions of U-boot that use the pylibfdt module don't build with
Python 2 and Swig 1.  Add some .mk file gyrations to auto-select the
correct tools for u-boot-2020.* and later.
2020-06-20 22:26:15 +00:00
adam
9a1dc3c7f7 Updated www/liferea, databases/prometheus 2020-06-20 21:38:14 +00:00
adam
10568b29fa prometheus: updated to 2.19.1
2.19.1:
[BUGFIX] TSDB: Fix m-map file truncation leading to unsequential files.
2020-06-20 21:37:58 +00:00
mef
24fec2d0f3 (misc/zyGrib) Fix build, add two patches to adapt QT 5.15.0 2020-06-20 21:34:26 +00:00
adam
8ae9d8fdb6 liferea: updated to 1.12.8
1.12.8 Stable
This is a bugfix release

Changes:
* Fixes: OPML source subfolders not working
* Update of French translation
2020-06-20 21:31:53 +00:00
nia
7598be5d85 powder-toy: remove accidental distinfo addition 2020-06-20 21:05:11 +00:00
nia
5d9fc0bbf2 powder-toy: Use pkgconf to find libX11 to avoid rpath problems 2020-06-20 20:57:02 +00:00
js
7ace7ddfb6 doc: Updated cross/ppc-morphos-sdk to 20200422 2020-06-20 19:41:09 +00:00
js
b20524a3d1 Update cross/ppc-morphos-sdk to 20200422. 2020-06-20 19:40:56 +00:00
js
58d85f306a doc: Updated cross/ppc-morphos-binutils to 2.34 2020-06-20 19:31:01 +00:00
js
60a48ac49e Update cross/ppc-morphos-binutils to 2.34 2020-06-20 19:30:48 +00:00
adam
b7d79477bc Updated security/pcsc-lite, security/opensc 2020-06-20 19:08:45 +00:00
adam
2dc1201308 opensc: make it build again 2020-06-20 19:08:19 +00:00
adam
d7957d3666 pcsc-lite: updated to 1.9.0:
1.9.0:
- SCardEndTransaction(): greatly improve performances (x300)
- tokenparser: accept any Unicode character in a reader name
- Use /run instead of /var/run by default
- Fix a memory leak from a polkit call
- Some other minor improvements

1.8.26:
- Use poll() instead of select() to allow file descriptor higher than FD_SETSIZE
- Enable reader filtering by default
- pcsc-spy:
  . Do not read output buffer after error
  . Adjust code to handle autoallocated buffers
  . fix year-2038 issue by using long instead of int
- Android: fix compilation
- if client/server protocol mismatch:
  . log an explicit message
  . SCardEstablishContext() returns SCARD_E_SERVICE_STOPPED
- polkit: log the error message if polkit_authority_get_sync() fails
- Exit with EXIT_SUCCESS on shutdown to please systemd
- Doxygen: fix minor issues in the documentation
- Add --disable-documentation option
- Fix a minor memory leak

1.8.25:
- Fix a socket issue when pcscd is used inside LXC container
- pcsc-spy: always provide a total time of execution
- Fix resource leak if SCardEstablishContext() fails
- Fix realloc(3) error handling (possible memory leak)
- Remove usage of function chmod(2) to use fchmod(2) (fix race condition)

1.8.24:
- the project moved to https://pcsclite.apdu.fr/
- SCardGetStatusChange(): Fix a rare race condition
- SCardReleaseContext(): do not release a lock owned by another context
- SCardReconnect(): suspend card auto power off
- Allow "=" in serial driver filenames
- Add the thread id in the pcscd log lines
- pcsc-spy: correctly handle incomplete log file
- Simclist: avoid to divide by zero in list_findpos()
- Some other minor improvements
2020-06-20 19:03:37 +00:00
adam
d1ce9cecac hydrogen: needs qt5-qttools to build 2020-06-20 18:38:34 +00:00
gdt
9dda333bd3 geography/qgis: Cope with qt 5.15 (partial)
Apply patches from upstream, basically about QPaint.

(Still does not build, but this is progress.)
2020-06-20 17:52:05 +00:00
thorpej
15d1feb28a Updadted sysutils/u-boot-bananapi-r2, added sysutils/u-boot-ci20. 2020-06-20 17:48:15 +00:00
thorpej
bbfbc2d16f Build u-boot-ci20. 2020-06-20 17:47:18 +00:00
thorpej
2dd5d401a4 U-boot package for the MIPS Creator CI20. 2020-06-20 17:46:28 +00:00
thorpej
4a472bfeae Update to u-boot-2020.04. 2020-06-20 17:42:34 +00:00
thorpej
c1ab7f72a1 Set the bootm_size, kernel_addr_r, fdt_addr_r, scriptaddr, pxefile_addr_r,
ramdisk_addr_r, and fdtfile environment varibles.
2020-06-20 17:19:37 +00:00
adam
6f2d5739b3 Updated www/py-mod_wsgi, devel/py-restructuredtext_lint, devel/py-ipykernel, net/py-lexicon 2020-06-20 16:47:05 +00:00
adam
c6c5de67d5 py-lexicon: updated to 3.3.26
v3.3.26:
More straightforward approach to configure tests suites

v3.3.25:
Allow updating gandi rrset ttl. Previously, a rrset ttl could be set only when creating a new record
Final customizations for hetzner dns api v1. The main fix is, that hetzner does not need the fqdn as record name. This leads to major errors like: record name=sub1.my-fqdn.tld --> record created with final name sub1.my-fqdn.tld.my-fqdn.tld
Delete config.yml delete circleci integration. no longer necessary.
2020-06-20 16:46:38 +00:00
adam
4e9a05ecca py-ipykernel: updated to 5.3.0
5.3.0 Adds support for Trio event loops and has some bug fixes.
- Fix ipython display imports
- Skip test_unc_paths if OS is not Windows
- Allow interrupting input() on Windows, as part of effort to make pdb interruptible
- Add Trio Loop
- Flush from process even without newline
2020-06-20 16:43:15 +00:00