135634 Commits

Author SHA1 Message Date
kevlo
b52afef109 - Update to 4.2.9.6. Help from bcallah@ to a previous version
- Bump REVISION of scim-fcitx for the PLIST change

ok bcallah@
2019-02-20 06:16:07 +00:00
bcallah
a61837a564 Update to diffoscope-112 2019-02-20 02:48:46 +00:00
sthen
efe4614fb7 Preemptive build fix for newer FFmpeg, from Brad. 2019-02-20 00:31:04 +00:00
jca
18a7533bd3 Merge various improvements from base
- avoid naming clash, bsd.lib.mk defines "PIC"
- x86: floating point fixes (backported from upstream)
- powerpc: avoid unaligned floating-point load and store instructions
(Initial diff by George Koehler)
- lldb, x86: skip retguard instructions in prologue detection

Diff from Brad
2019-02-20 00:24:11 +00:00
sthen
00fd4e1b5a oops, I missed the subdirectory. pointed out by Brad. 2019-02-20 00:20:30 +00:00
sthen
e90187968a Preemptive build fix for newer FFmpeg, from Brad. 2019-02-19 23:48:46 +00:00
sthen
db87bbf2ed Preemptive build fixes for newer FFmpeg, from Brad. 2019-02-19 23:40:49 +00:00
sthen
1a4c3e6440 update to freetds-1.00.111 2019-02-19 22:49:31 +00:00
sthen
1562e03b73 - update URL in unifi PERMIT_* lines (and bump REVISIONs because these
are included in packages)

- as this is port-only (no redistribution) and the dependencies have
slow builds, print a message suggesting use of FETCH_PACKAGES if it
wasn't already used.
2019-02-19 22:44:40 +00:00
jsg
b3506ed812 When libcaca was installed tests for the presence of unrelated functions
would fail as they were linked with -lcaca without -L/usr/local/lib.

Build with -DHAVE_LIBCACA:BOOL=FALSE so libcaca isn't picked up and
doesn't break tests for asprintf ffs etc.

Reported, diagnosed by and ok aja@
2019-02-19 22:42:42 +00:00
sthen
4cd789c872 take maintainer 2019-02-19 21:28:25 +00:00
sthen
eab7ce3080 unbreak libdbi-drivers-freetds with newer FreeTDS
sync WANTLIB while there
2019-02-19 21:16:29 +00:00
juanfra
79d6ffdc17 Drop MAINTAINER. 2019-02-19 19:19:56 +00:00
jasper
6a2371c9aa switch to python 3, following ansible proper 2019-02-19 18:58:33 +00:00
jasper
82ab7daf6c switch to use python 3. it's officially supported upstream and several users
have asked for this recently.

testing and feedback sthen@
2019-02-19 18:58:18 +00:00
sthen
bbb27f7187 update to giflib-5.1.6 2019-02-19 17:57:04 +00:00
pea
cfbf2f215f Update to 11.2
ok ajacoutot@ jeremy@
2019-02-19 16:45:46 +00:00
sthen
acee4697ce update to gpgme-1.12.0
all dependent ports build tested, some also run tested
2019-02-19 16:04:43 +00:00
sthen
18a1f5449f update to ykpers-1.19.2
(adds explicit_bzero use, amongst other things)
2019-02-19 15:29:11 +00:00
robert
993009bbe4 be nice and create ~/Downloads if its not there 2019-02-19 15:04:54 +00:00
robert
480e47e15c Make sure to always default to the Downloads directory in case a file
dialog is opened and unveil(2) is used.
This fixes the issue when another program not using unveil(2) changes
the last used path of the file dialog and then the file dialog opened
by chrome will get stuck inside a non-existent directory.

To make sure that the ~/Downloads XDG directory is always available
for glib to pick up, the chrome wrapper script will check if the
~/.config/user-dirs.dirs does not exist and create it with one entry
configured: XDG_DOWNLOAD_DIR="$HOME/Downloads"
2019-02-19 14:57:53 +00:00
robert
aae91d7744 do not blindly add Home and Desktop to the file dialog assuming they
exist and are usable, because this might not be the case, especially
with programs using unveil(2).

ok ajacoutot@
2019-02-19 14:54:22 +00:00
robert
ecae7c4df4 Help programs using unveil(2) by fixing and modyfing the code of
glib by doing the following:

- Modify the g_mkdir_with_parents() function so that it will try to
  create the specified path directly and if g_mkdir() fails, it will
  fall back to walking the path one by one.

- In case of walking the path one by one, ignore ENOENT for all path
  elements except for the last one, because g_mkdir_with_parents()
  will fail with programs using unveil(2) (with statlie removed).
  Ignoring ENOENT is completely fine because we really only care about
  the last element of the path and this modification will also have the
  benefit of avoiding useless stat calls

- My initial tests show that by just firing up a simple file dialog
  this modification saves an average of 110 system calls, now imagine
  running GNOME or Chrome with that. Each and every program using glib's
  g_mkdir_with_parents() before opening the needed files (most do this)
  will benefit from this.

- Check if the XDG directories actually exist before adding them to the
  list used by file dialogs.
  This is also useful if you are not running a complete desktop environment
  and you simply do not have these directories.

ok ajacoutot@
2019-02-19 14:53:17 +00:00
robert
c59acca1c8 Try to open the dconf cache directly instead of always trying
to create the directory path first.
If we cannot open the cache directly, fall back to creating the
hierarchy first.

This avoids a call to glib's g_mkdir_with_parents() function which
would walk the complete path trying to create already existing
directories.

ok ajacoutot@
2019-02-19 14:35:54 +00:00
landry
83d6c380c9 Remove .orig file 2019-02-19 13:29:07 +00:00
landry
cd4ec790e7 Update to geary 0.13.
Switches from cmake to meson.
Patch out the libunwind dependency.
2019-02-19 13:28:35 +00:00
giovanni
d68ce746f8 Bugfix update to 1.34.1
Victor Kukshiev (maintainer) agrees
2019-02-19 11:06:52 +00:00
rpointel
583d909487 update py-tld to 0.9.2.
fix errors for regression tests.
2019-02-19 09:20:23 +00:00
fcambus
7adb145878 Add p5-MaxMind-DB-Reader. 2019-02-19 09:06:06 +00:00
fcambus
2168aa9913 Import net/p5-MaxMind-DB-Reader.
This module provides a low-level interface to the MaxMind DB file format.

OK sthen@, giovanni@
2019-02-19 09:05:32 +00:00
fcambus
5622a30a21 Add p5-MaxMind-DB-Common. 2019-02-19 09:04:21 +00:00
fcambus
f8a6030ef1 Import net/p5-MaxMind-DB-Common.
This distribution provides some shared code for use by both the MaxMind DB
reader and writer Perl modules.

OK sthen@, giovanni@
2019-02-19 09:02:35 +00:00
rapha
d6f991fdfa Update to tesseract 4.0.0
Changelog:
https://github.com/tesseract-ocr/tesseract/wiki/4.0x-Changelog

OK sthen@
2019-02-19 08:55:34 +00:00
rpointel
320e1b8c7e update yamllint to 1.15.0. 2019-02-19 08:18:14 +00:00
rpointel
4c4b4da93b update xlsxwriter to 1.1.4. 2019-02-19 08:06:02 +00:00
jeremy
92c0f8b824 Update to JRuby 9.2.6.0 2019-02-19 05:23:53 +00:00
jeremy
4949fe842b Update to citus 8.1.0 to work with PostgreSQL 11
OK ajacoutot@
2019-02-19 05:14:54 +00:00
jeremy
19cf175311 Work with PostgreSQL 11 by renaming struct Param to struct QParam
(as PostgreSQL 11 also defines struct Param).

OK ajacoutot@
2019-02-19 05:13:37 +00:00
jeremy
1aaeb2f8ac Work with PostgreSQL 11
OK ajacoutot@
2019-02-19 05:13:02 +00:00
jeremy
ca9137d191 Work with PostgreSQL 11 using a distpatch from GitHub.
PostgreSQL 11 breakage pointed out by ajacoutot@
OK ajacoutot@
2019-02-19 05:12:31 +00:00
jeremy
9ad2edb217 Work with PostgreSQL 11.
OK ajacoutot@
2019-02-19 05:11:57 +00:00
jeremy
e3dd5a8e3a Work with PostgreSQL 11 by backporting an upstream patch.
OK ajacoutot@
2019-02-19 05:11:36 +00:00
jeremy
b93259828e Update to plr 8.3.0.18
Switch to using GitHub.

OK ajacoutot@
2019-02-19 05:11:15 +00:00
jeremy
e24353409e Update to pllua 1.1.0
Switch to using GitHub, using a release plus a couple
post-release dist patches for PostgreSQL 11 support.

OK ajacoutot@
2019-02-19 05:10:51 +00:00
jeremy
35199bb658 Update to pg_statsinfo 10.0 to work with PostgreSQL 11
OK ajacoutot@
2019-02-19 05:10:26 +00:00
jeremy
7cf2bd0896 Update to PostgreSQL 10.6
OK ajacoutot@
2019-02-19 05:09:58 +00:00
jeremy
29dc904e34 Update to PostgreSQL 11.1
From pea@ (maintainer)
Bulk testing and OK ajacoutot@
2019-02-19 05:09:18 +00:00
rpointel
859d5cc1e1 update jadx to 0.9.0. 2019-02-18 21:49:14 +00:00
jasper
46fcbc1385 update to rclone-1.46 2019-02-18 19:51:23 +00:00
jasper
8594f8c46d update to rclone-1.46 2019-02-18 19:51:23 +00:00