Commit graph

297535 commits

Author SHA1 Message Date
jaapb
05f34d0d87 Updated devel/ocaml-lwt_react to version 1.1.2.
Update associated with the update of ocaml-lwt to version 4.2.1
2019-05-13 11:39:40 +00:00
jaapb
d9a3bb5779 doc: Updated devel/ocaml-lwt to 4.2.1 2019-05-13 11:38:58 +00:00
jaapb
30bf574a67 Updated devel/ocaml-lwt to version 4.2.1.
Minor changes, the most important of which is introducing ocaml 4.08
compatibility. The configure script has also been moved and is now called
during compilation.
2019-05-13 11:38:45 +00:00
markd
c5229d250e tex-roboto{,-doc}: update to 2019
Supports standard NFSS series codes.  New macros for localized use of
non-default weights and figure styles.
Support for LGR encoding.
Condensed fonts now accessible using standard c series codes.
2019-05-13 11:36:41 +00:00
markd
296b4c16ea tex-media9{,-doc}: update to 0.97
changes unknown
2019-05-13 11:32:22 +00:00
jaapb
d135a24cf9 Added ocaml-seq to Makefile SUBDIRs 2019-05-13 11:31:01 +00:00
jaapb
fd3435dd4f doc: Added devel/ocaml-seq version 0.1 2019-05-13 11:30:34 +00:00
jaapb
b3284a6bca Added devel/ocaml-seq 0.1. Compatibility package for seq library.
This is a library introduced in 4.07; this is a compatibility package
for earlier versions.
2019-05-13 11:30:24 +00:00
leot
ec1c696a92 doc/TODO: remove mupdf entry, updated by <ryoon>, thanks! 2019-05-13 11:06:11 +00:00
leot
ffedc72cd9 mupdf: Minor fix/cleanups/patch hunks readd accidentally lost in 1.15.0 update
Fixes:
- Use `HAVE_GLUT ?= yes' instead of `HAVE_GLUT := yes' in patch-ab:
  in that way possible `MAKE_ENV+= HAVE_GLUT=no' in options.mk is honored
  (in 1.15.0 update this could lead to building and installing mupdf-gl
  and failing due PLIST mismatch despite `opengl' option was not
  set.)

Cleanups/patch hunks readds/improvements:
 - Avoid to remove non existent thirdparty/curl directory no longer exists,
   do not remove it in post-extract
 - Clarify why pkgsrc lcms2 could not be used
 - Remove curl leftover in buildlink3.mk
 - Update patch-Makethird, patch-ab, patch-ac comments to reflect reality
 - Populate SYS_GLUT_{CFLAGS,LIBS} via `pkg-config'
2019-05-13 11:03:58 +00:00
jaapb
af7f207840 Added ocaml-mmap to Makefile SUBDIRs 2019-05-13 10:55:52 +00:00
jaapb
17ea864fdf doc: Added devel/ocaml-mmap version 1.1.0 2019-05-13 10:55:02 +00:00
jaapb
a63f2306f1 Added package devel/ocaml-mmap.
This is a compatibility package for a function introduced in OCaml 4.06;
it is needed as a dependency for devel/ocaml-lwt.
2019-05-13 10:54:47 +00:00
nia
76e1bf732d doc: Updated www/gitea to 1.8.1 2019-05-13 10:49:10 +00:00
nia
9de738e561 gitea: Update to 1.8.1
BUGFIXES

    Fix 404 when sending pull requests in some situations (#6871) (#6873)
    Enforce osusergo build tag for releases (#6862) (#6869)
    Don't post process commit summary in templates (#6842) (#6868)
    Fix 500 when reviewer is deleted (#6856) (#6860)
    Fix v78 migration for MSSQL (#6823) (#6854)
    Added tags pull step to drone config to show correct version hashes (#6836) (#6839)
    Fix double-generation of scratch token (#6833) (#6835)
    When mirroring we should set the remote to mirror (#6824) (#6834)
    Show scrollbar only when needed (#6802) (#6803)
    Service worker js is missing a comma (#6788) (#6795)
    Set user search base field optional in LDAP (simple auth) edit page (#6779) (#6789)
    Fix team edit API panic (#6780) (#6785)
    Minor CSS cleanup for the navbar (#6553) (#6781)
    Stricter domain name pattern in email regex (#6739) (#6768)
    Detect and restore encoding and BOM in content (#6727) (#6765)
    Fix org visibility bug when git cloning (#6743) (#6762)
    OAuth2 token can be used in basic auth (#6747) (#6761)
    Fix missing return (#6751) (#6756)
    Fix sorting repos on org home page with non-admin login (#6741) (#6746)
    Drop is_bare IDX only when it exists for MySQL and MariaDB (#6736) (#6744)
    Fix team members API (#6714) (#6729)
    Load issue attributes when editing an issue with API (#6723) (#6725)
    Fix config ui error about cache ttl (#6861) (#6865)
2019-05-13 10:48:58 +00:00
khorben
825f11d7cb doc: Updated finance/bitcoin to 0.17.1 2019-05-13 08:34:01 +00:00
khorben
349ab4844e Update finance/bitcoin to version 0.17.1
Among the changes, support was removed for Qt 4.

Due to issues with my local setup, this could not be tested with Qt 5 enabled
(currently not the default).
2019-05-13 08:32:56 +00:00
triaxx
3ea8210b42 pkgsrc changes:
* Reintroduce configure step to avoid subtle bugs (thanks @leot)
2019-05-13 04:50:46 +00:00
fox
bb16fad4d1 doc: Updated audio/fasttracker2 to version 2.154 2019-05-13 03:25:54 +00:00
fox
3ee6cc3547 fasttracker2: update to b154
Changes since b153:

Beta #154 - 12.05.2019
- Fixed: .MOD/.FT songs with more than 99 patterns would refuse to load
2019-05-13 03:25:01 +00:00
gutteridge
f75c43f16e doc: Updated x11/mate-desktop to 1.22.1nb1 2019-05-13 02:08:50 +00:00
gutteridge
bbe3b3567f mate-desktop: note librsvg tool dependency
Note librsvg is required as a tool dependency, because the build now
needs rsvg-convert to generate PNGs. Bump PKGREVISION.
2019-05-13 02:07:42 +00:00
gdt
109603cc44 ham/tqsl: Require C++11
While the package is not documented to use C++11, it uses std::string
constructs added in C++11, and fails compilation with g++ 5.5.0
without --std=c++11.  Add todo markings to file upstream bugs;
upstream does not adequately document prereqs.
2019-05-13 00:21:34 +00:00
maya
d5c4f908c0 mozilla-rootcerts-* 2019-05-12 19:21:17 +00:00
maya
caf2dce904 mozilla-rootcerts-openssl: bump version for previous 2019-05-12 19:20:43 +00:00
maya
63d730d5a3 mozilla-rootcerts*: update to the latest certdata.txt commit.
Let's call this 20190306, as that's the date of the commit.

Most notably, this adds support for Let's Encrypt
(ISRG Root X1).

Changes:
+# Certificate "Certigna Root CA"
+# Certificate "GTS Root R1"
+# Certificate "GTS Root R2"
+# Certificate "GTS Root R3"
+# Certificate "GTS Root R4"
+# Certificate "GlobalSign Root CA - R6"
+# Certificate "Hongkong Post Root CA 3"
+# Certificate "ISRG Root X1"
+# Certificate "OISTE WISeKey Global Root GC CA"
+# Certificate "UCA Extended Validation Root"
+# Certificate "UCA Global G2 Root"
+# Certificate "emSign ECC Root CA - C3"
+# Certificate "emSign ECC Root CA - G3"
+# Certificate "emSign Root CA - C1"
+# Certificate "emSign Root CA - G1"
-# Certificate "AC Raiz Certicamara S.A."
-# Certificate "Certplus Root CA G1"
-# Certificate "Certplus Root CA G2"
-# Certificate "ComSign CA"
-# Certificate "ISRG Root X1"
-# Certificate "OpenTrust Root CA G1"
-# Certificate "OpenTrust Root CA G2"
-# Certificate "OpenTrust Root CA G3"
-# Certificate "S-TRUST Universal Root CA"
-# Certificate "TC TrustCenter Class 3 CA II"
-# Certificate "TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H5"
-# Certificate "Visa eCommerce Root"
2019-05-12 19:19:27 +00:00
gdt
c6e9c05aa8 doc: Updated geography/gama to 2.05 2019-05-12 17:55:47 +00:00
gdt
83d09a2d48 geography/gama: Update to 2.05
Version 2.05 May 2019

* The program gama-local for adjustment of local surveying networks
  used a C++ class Acord for computing approximate coordinates of
  adjusted points, if these were not explicitly given on
  input. Acord's computations were based on intersections (and local
  transformations if necessary) of the tuples of determining
  observations (for example a bearing and a distance). Gama-local
  expected input data to be free of blunders, which might be a strong
  assumption in practice.

  New class Acord2 was introduced as a robust alternative for typical
  two dimensional input configurations (Acord2 is not a complete
  general solution yet); the idea is to find all (or as many as possible)
  solutions of coordinates of a selected point and use their median as
  the robust position estimation. Algorithm Acord2 is followed by the
  original Acord intersections in gama-local, before the adjustment
  solution of the network. Acord2 is based on the master's thesis by
  Petra Millarová <petramillarova@gmail.com>
2019-05-12 17:33:00 +00:00
ryoon
9a43ce4e10 Updated print/mupdf to 1.15.0 2019-05-12 12:27:46 +00:00
ryoon
a6e6c3f37c Update to 1.15.0
* Update lcms2 comment
* Remove removed www/curl option

Changelog:
List of changes in MuPDF 1.15.0

General improvements:
	* WebAssembly build target and examples.
	* Improved forms API in both C and Java bindings.
	* Improved forms JavaScript support.
	* Create appearance streams for more form field types.
	* Fixed many bugs in ICC color management.
	* Fixed many memory leaks in error cleanup.
	* Fixed bugs in pdfwrite output.
	* Improved text extraction from LaTeX documents with math symbols.
	* Improved trace device formatting.
	* Support CBZ and CBT files larger than 2Gb.
	* Show table of contents for FB2 and XHTML documents.
	* Show embedded raster images in SVG and XHTML documents.
	* Show FB2 cover page.
	* Add option to save PDF files without encryption.
	* Add inhibit-spaces option to stext device to turn off missing space detection.
	* Simplified fz_try/fz_always/fz_catch macros.

mupdf-gl improvements:
	* Automatically open annotation editor when selecting an annotation.
	* Full page color tinting option in mupdf-gl.
	* Show/hide table of contents sections.
	* Trigger a reload with sighup.
	* Toggle spot color mode with 'e'.

mutool improvements:
	mutool show $PDF outline -- show outline with open/closed state indicator.
	mutool show $PDF js -- show document level javascript.
	mutool clean -A -- create appearance streams when missing.
	mutool clean -AA -- recreate all appearance streams.
	mutool run docs/examples/portfolio.js -- extract embedded files from PDF document.
	mutool run docs/examples/pdf-dejpx.js -- decompress JPEG2000 images in PDF document.
	mutool run docs/examples/fix-s22pdf.js -- fix fonts in documents generated by S22PDF.

Significant API changes:
	* New and improved forms API.
	* Renamed -DNO_ICC to -DFZ_ENABLE_ICC=0
	* Removed fz_annot superclass. Use pdf_annot and pdf_widget directly instead.
	* Annotations and Widgets now have separate enumerators.
	* Added optional separations argument to pixmap rendering utility functions.

Various cleanups:
	Per-function documentation comments moved to the source file.
	Hopefully they will stay up to date more often than when they
	were hidden away in the header file.

	Removed unused internal testing tools: mjsgen and jstest.

	Removed TGA output support. Use one of the more common and useful PAM,
	PNM, PNG, or TIFF formats instead.

	Removed support for PDF portfolios. This work-in-progress feature was
	never completed, and only worked for a small subset of files.

	Removed support for progressive loading. This rarely used feature added
	a lot of complexity and was an unending source of bugs and strange
	behaviour. Removing this feature has allowed us to clean up and
	simplify large amounts of code, and fix dozens of bugs in one fell
	swoop.
2019-05-12 12:27:02 +00:00
markd
e40f32f424 more tex package updates. 2019-05-12 11:59:03 +00:00
markd
c3d42e3b7e tex-texinfo: update to 5.1.50923
changes unknown
2019-05-12 11:57:10 +00:00
markd
3f31eb4406 tex-fira{,-doc}: update to 4.3
Using standard NFSS series codes.
Deactivated spurious ligatures in FiraMono.
2019-05-12 11:52:42 +00:00
markd
1182474fd3 tex-cabin{,-doc}: update to 2019
Using standard NFSS series codes.
Support for NFSS standard series codes for condensed variants.
2019-05-12 11:46:33 +00:00
markd
a9d473e72d tex-lwarp{,-doc}: update to 0.71
0.70
Improved error handling.
Fixes for \makebox, \parbox.
MathJax updated, allows custom scripts, works with mhchem.
textcomp, xunicode: Fix for \textinterrobang.
Updated the changes package.
Added autonum, changelayout, inputtrc, mathtools, metalogox.

0.71
Added support for tabular '*' columns.
Updated chemfig, endfloat, textpos.
Added media9, movie15, multimedia.
2019-05-12 11:39:20 +00:00
markd
3027bb86a0 tex-csplain: update to 2019
changes unknown
2019-05-12 11:32:01 +00:00
markd
b4d434a1e6 tex-tex4ht{,-doc}: update to 2019
changes unknown
2019-05-12 11:28:02 +00:00
markd
caf940056a tex-doclicense{,-doc}: update to 1.9.0
Added Catalan, Galician, Chinese and Portuguese translation.
Detect and give hint when enquote macro is already defined.
Fix LaTeX Error: Too deeply nested.
2019-05-12 11:16:37 +00:00
markd
acf128066b tex-xcjk2uni{,-doc}: update to 0.8
changes unknown
2019-05-12 11:09:38 +00:00
markd
0c932024c3 tex-lettrine{,-doc}: update to 2.22
\lettrine should now work properly inside quote, quotation and
abstract environments.
2019-05-12 11:03:32 +00:00
ryoon
0b7a8039a3 Updated mail/notmuch to 0.28.4 2019-05-12 10:46:50 +00:00
ryoon
6e2d4ef8aa Update to 0.28.4
Changelog:
What's new in notmuch 0.28.4
=========================

Command line interface
----------------------

Fix a spurious error when using `notmuch show --raw` on messages whose
size is a multiple of the internal buffer size.
2019-05-12 10:45:54 +00:00
nia
7cf059b9c1 libretro-desmume: Fix build with older libpcap, hopefully properly this time. 2019-05-12 09:49:39 +00:00
leot
bcb948a2f5 doc/TODO: assign mupdf-1.15.0 update to myself 2019-05-12 09:20:02 +00:00
wiz
f5af7fb3c9 doc/TODO: add some
+ MesaLib-19.0.4, apache-ant-1.10.6, cbindgen-0.8.7, creduce-2.9.0,
  filezilla-3.42.1, gettext-0.20, gtranslator-3.32.1, libnice-0.1.16,
  mupdf-1.15.0, notmuch-0.28.4, oniguruma-6.9.2, poedit-2.2.1,
  py-setuptools_scm-3.3.1, unifont-12.1.01, utf8proc-2.4.0.
2019-05-12 09:01:25 +00:00
ryoon
d0d08bede5 Updated cross/arm-none-eabi-gcc to 8.3.0 2019-05-12 06:21:15 +00:00
ryoon
95220a2913 Update to 8.3.0
* Update GCC to 8.3.0
* Update NEWLIB to 3.1.0
2019-05-12 06:20:56 +00:00
ryoon
f3033e2695 Updated cross/arm-none-eabi-binutils to 2.32 2019-05-12 06:20:34 +00:00
ryoon
8817f588e9 Update to 2.32
Changelog:
GAS
Changes in 2.32:

* Add -mvexwig=[0|1] option to x86 assembler to control encoding of
  VEX.W-ignored (WIG) VEX instructions.

* Add -mx86-used-note=[yes|no] option to generate (or not) x86 GNU property
  notes.  Add a --enable-x86-used-note configure time option to set the
  default behavior.  Set the default if the configure option is not used
  to "no".

* Add support for the MIPS Loongson EXTensions R2 (EXT2) instructions.

* Add support for the MIPS Loongson EXTensions (EXT) instructions.

* Add support for the MIPS Loongson Content Address Memory (CAM) ASE.

* Add support for the C-SKY processor series.

* Add support for the MIPS Loongson MultiMedia extensions Instructions (MMI)
  ASE.

LD
Changes in 2.32:

* Report property change in linker map file when merging GNU properties.

* Add support for the C-SKY processor series.

* -t now doesn't report members within archives, unless -t is given twice.
  A single -t is now more useful when generating a list of files that should be
  packaged for a linker bug report.  For example:
    gcc hello.c -save-temps -Wl,-t | xargs realpath | sort | uniq > files
    tar cJf test.tar.xz `cat files`

BINUTILS
Changes in 2.32:

* The addr2line, c++filt, nm and objdump tools now have a limit on the
  maximum amount of recursion that is allowed whilst demangling strings.
  The value for this limit is defined by the DEMANGLE_RECRUSE_LIMIT
  constant declared in the include/demangle.h header file.  At the time
  of writing this constant has the value of 2048.

  The --no-recurse-limit option can be used to remove the limit, restoring
  the behaviour of earlier versions of these tools.  This may be needed in
  order to dmangle truly complicated names, but it also leaves the tools
  vulnerable to stack exhaustion from maliciously constructed mangled names.

* Objdump's --disassemble option can now take a parameter, specifying the
  starting symbol for disassembly.  Disassembly will continue from this
  symbol up to the next symbol or the end of the function.

* The MIPS port now supports the Loongson 2K1000 processor which implements
  the MIPS64r2 ISA, the Loongson-mmi ASE, Loongson-cam ASE, Loongson-ext ASE,
  Loongson-ext2 ASE and MSA ASE instructions. Add -march=gs264e option for
  Loongson 2K1000 processor.

* The MIPS port now supports the Loongson 3A2000/3A3000 processor which
  implements the MIPS64r2 ISA, the Loongson-mmi ASE, Loongson-cam ASE,
  Loongson-ext ASE and Loongson-ext2 ASE instructions. Add -march=gs464e
  option for Loongson 3A2000/3A3000 processor.

* The MIPS port now supports the Loongson 3A1000 processor, aka Loongson3a,
  which implements the MIPS64r2 ISA, the Loongson-mmi ASE, Loongson-cam ASE
  and Loongson-ext ASE instructions. Add -march=gs464 option for Loongson
  3A1000 processor, The -march=loongson3a is an alias of -march=gs464 for
  compatibility.
2019-05-12 06:19:30 +00:00
triaxx
3090efdaa6 doc: Updated games/pingus to 0.7.6 2019-05-12 06:17:58 +00:00