122245 Commits

Author SHA1 Message Date
dcoppa
d1a290190e Bugfixes from upstream git:
WINGs: Set widget background pixmaps before realization.
Previously, when WMSetWidgetBackgroundPixmap() was called prior to
WMRealizeWidget(), no background pixmap was actually set.
(git commit 83f0b764e607306feb7b17026a11034e5cf84785)

util: fix parsing of XDG menus with multiple groups
(git commit e037ae3684928a2fbf4a3994562a322f5d3b0c71)
2017-08-25 11:01:16 +00:00
ajacoutot
72ace9c793 Properly bump. 2017-08-25 10:23:59 +00:00
dcoppa
1349a8241e Update to mpd-0.20.10 2017-08-25 10:06:59 +00:00
rpointel
2a8b7b1698 minor update to 0.0.10. 2017-08-25 07:20:08 +00:00
ajacoutot
7a0f6dcbb9 Update to awscli-1.11.140. 2017-08-25 07:06:33 +00:00
ajacoutot
a4a3b1547d Update to py-botocore-1.6.7. 2017-08-25 07:06:23 +00:00
ajacoutot
11783ab937 Update to harfbuzz-1.5.0.
- tested in a bulk
2017-08-24 20:21:52 +00:00
ajacoutot
104b2436b0 Face reality and mark mono BROKEN; it's too unreliable in bulks.
Drop BROKEN from dependent ports to let them a chance to build if mono is
ever fixed.

ok sthen@ naddy@ robert@
2017-08-24 20:12:25 +00:00
pirofti
194c9cd826 Update youtube-dl to 2017.08.23
New extractors
	- asiancrush
	- cjsw
	- joj
	- megaphone
	- nexx
	- pearvideo
	- ruv
	- tastytrade
	- voot
	- watchbox
	- yandexdisk

Removed
	- clipfish
	- godtv
	- mpora
	- teamfourstar
	- yam
2017-08-24 14:29:03 +00:00
gonzalo
18a6220268 Update for Varnish to 5.1.3:
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-12425
* Switch to GH repo.varnish-cache.org going down soon.

Ok pirofti@ rsadowski@
2017-08-24 13:33:08 +00:00
espie
f96c91f68c a few more bits 2017-08-24 13:25:38 +00:00
sthen
480ab7042f lz4 has several methods to handle unaligned access,
method 0: memcpy, "safe and portable"
method 1: __packed, "safe if your compiler supports it", used by default on most arches.
method 2: direct access. "portable but violate C standard" (er, so not really portable...)
"It can generate buggy code on targets which assembly generation depends on alignment.
But in some circumstances, it's the only known way to get the most performance (ie
GCC + ARMv6)".

The recent update to the port switched to method 2 if __ARM_ARCH_6K__ is defined,
but this causes a bus error on armv7. Change to forcing __packed instead (method 1)
to avoid the issue.

All worked out by, and diff from, Markus Hennecke.
2017-08-24 12:28:52 +00:00
sthen
9f15ac1c92 missing return in program used in tests; from Markus Hennecke 2017-08-24 12:20:59 +00:00
millert
341ef7e3eb Update to sudo 1.8.21 2017-08-24 11:48:41 +00:00
sthen
d4102b3c70 filter out -std=c99 from libIL_la_CFLAGS; otherwise inline asm fails on i386 2017-08-24 11:46:06 +00:00
sthen
b16e1688e1 update to php-7.0.22, ok robert@ 2017-08-24 10:52:48 +00:00
sthen
7fe6e9265f update to php-5.6.31, ok robert@ 2017-08-24 10:52:41 +00:00
sthen
059e0d304e mirror the distfile and drop HOMEPAGE, as Hiltjo Posthuma noticed, the domain
has lapsed. regen PLIST while there.
2017-08-24 10:25:34 +00:00
sthen
156642b534 Let php-intl RUN_DEPENDS on icu4c,-wwwdata. (was supposed to be in previous commit,
but I missed Makefile.inc from the command line when committing).
2017-08-24 10:03:25 +00:00
sthen
1dd1aed429 bump; textproc/icu4c now uses multi-packages for -wwwdata 2017-08-24 09:45:23 +00:00
sthen
5eb473200e Switch icu4c back to --with-data-packaging=archive to place the data in
a separate file rather than directly in icudata.so to avoid the symbol
size warnings from ld.so.

As this data file is needed at runtime, provide a subpackage containing
a second copy installed under /var/www for use with chrooted web
applications (notably php-intl) that use icu4c. (Applications using
chroot jails other than /var/www will need a further copy of the data
file).

Feedback/ok ajacoutot@, bumps to follow.
2017-08-24 09:44:34 +00:00
dcoppa
2b5e133248 Fix Ninja build and remove 'USE_NINJA=No'
fixes from upstream git

ok rsadowski@
2017-08-24 09:31:35 +00:00
dcoppa
fe65c44f50 Update to a newer snapshot (pianobar-2017.04.26) 2017-08-24 09:06:10 +00:00
patrick
1d5a179754 Build u-boot for the Armada 38x (armv7) targets ClearFog and Turris
Omnia, and the EspressoBIN/MacchiatoBIN, which use 64-bit Armada SoCs.

ok jsg@ phessler@
2017-08-24 08:53:02 +00:00
ajacoutot
f5565c75c1 Update to awscli-1.11.139. 2017-08-24 07:38:46 +00:00
ajacoutot
a6190e55c7 Update to py-botocore-1.6.6. 2017-08-24 07:38:35 +00:00
ajacoutot
35267e7b8f Fix broken synmlinks.
reported by semarie
2017-08-24 07:21:35 +00:00
ajacoutot
a138e4ee08 Update to meta-tracker-1.12.3. 2017-08-24 07:19:09 +00:00
ajacoutot
6f61bc5b14 Fix link order to unbreak with FTS5 enabled sqlite3. 2017-08-24 06:05:27 +00:00
ajacoutot
4d9b669fbd Enable FTS5; needed by an upcoming x11/gnome/tracker update.
Tested in a bulk.

miss bump spotted by jca@
ok jca@
2017-08-24 06:04:58 +00:00
sthen
ef26151359 Set COMPILER=base-gcc, this version of festival doesn't build with clang or
with newer gcc.  The whole audio/festival/* subtree needs an update/reworking.
2017-08-23 22:00:41 +00:00
sthen
783892c697 s/BROKEN-i386/BROKEN/, naddy confirms the same problem on amd64 (and it's
only for CLANG_ARCHS anyway).
2017-08-23 21:48:15 +00:00
sthen
d4c8be8c89 mark BROKEN-i386:
Building Mono.Addins.csproj
Cannot transition thread 0x7acdb528 from RUNNING with FINISH_ASYNC_SUSPEND
Cannot transition thread 0x7acdd428 from RUNNING with FINISH_ASYNC_SUSPEND
Stacktrace:


=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

Abort trap (core dumped)
2017-08-23 21:42:59 +00:00
sthen
c5662ec0f1 update to vim-8.0.0987 2017-08-23 19:10:56 +00:00
dcoppa
c7daf37157 Fix wrong processing of percentage in a font name on framebuffer
(upstream HG changeset 3b790a86946a9338f481f894018e9855e5ae94c7)
2017-08-23 16:10:37 +00:00
bluhm
27cfbdf68d update p5-IO-Socket-SSL to 2.050
Test t/npn.t currently fails due to a LibreSSL incompatibility.
This is unrelated to this module update.
2017-08-23 16:00:55 +00:00
dcoppa
9106efbb09 Update to mlterm-3.8.2 2017-08-23 15:20:14 +00:00
bluhm
c5831a2ed2 update p5-List-MoreUtils to 0.423 2017-08-23 15:02:51 +00:00
bluhm
c9f3635c85 update p5-List-MoreUtils-XS to 0.423 2017-08-23 14:58:49 +00:00
rsadowski
01fb026752 Update glog to 2.2.1 and fix calng build
- Switch to github
- Switch to cmake
- remove MAINTAINER (Not available)
- sharedlibs bump

ok sthen@
2017-08-23 14:40:45 +00:00
gonzalo
6a3d76c06e Update for SQLMap to 1.1.8
Ok rpointel@
2017-08-23 14:29:13 +00:00
kirby
ce50b58bcf update to pnp4nagios-0.6.26
remove patches commited upstream
2017-08-23 14:28:31 +00:00
rsadowski
73bc16ec84 Update gflags to 2.2.1
- Switch to github
- Switch to cmake
- remove MAINTAINER (Not available)
- sharedlibs bump

blank line tweak and ok sthen@
2017-08-23 14:25:53 +00:00
sthen
4683936f14 mark BROKEN-i386
code/qcommon/vm_x86.c:(.text+0x18): undefined reference to `callMask'
2017-08-23 14:15:55 +00:00
bluhm
7668d0cae9 update p5-Config-AutoConf to 0.315 2017-08-23 13:57:11 +00:00
sthen
623b667981 update to p5-PDF-API2-2.033 2017-08-23 13:38:25 +00:00
kirby
8f1a95d7ec update to rawtherapee-5.2 2017-08-23 12:57:45 +00:00
bluhm
f4f5338437 update p5-Net-DNS to 1.12 2017-08-23 12:40:46 +00:00
sthen
e0c0f407fd the recent change to move MASTER_SITE_GNUPG to https broke security/gpa;
bump REVISION and use a better HOMEPAGE.
2017-08-23 11:57:53 +00:00
jasper
e2e5f04730 update to binwalk-2.1.1 2017-08-23 11:29:37 +00:00