20255 Commits

Author SHA1 Message Date
rpointel
3100f9053c update dtfabric to 20181128. 2019-01-04 15:30:43 +00:00
jca
48d9b9cc0e Use the proper idiom to test the python FLAVOR
Using ".if empty(FLAVOR)" means you can't have FLAVORS unrelated to
python handling.

".if !${FLAVOR:Mpython3}" is less readable but more generic.

No functional change.
2019-01-04 13:27:13 +00:00
sebastia
b808ac393b simple update 1.5.3 -> 1.5.4 2019-01-04 10:12:19 +00:00
pascal
9c9d13242d Let cmake cope with new location of libuv includes. 2019-01-04 08:54:42 +00:00
pascal
2fb51842e0 Update to libuv 1.24.1; switch MASTER_SITES/HOMEPAGE to https.
feedback/ok rsadowski@
2019-01-04 08:53:54 +00:00
jca
ea572b9bd1 Stop using -mlongcall on powerpc
Using long calls means slower code.  It is not useful right now because
the size of the llvm executables has been reduced, as shown by tests by
Charlene Wendling.  And it breaks compilation with gcc 6, as pointed out
by a report from George Koehler.
2019-01-04 00:14:57 +00:00
giovanni
b214b9bcc1 long overdue update to version 6.00 2019-01-03 18:37:35 +00:00
thfr
0a5f68d27c update to SDL2 2.0.9, add patch to fix D-pad for Xbox360/XInput controllers, update PLIST as spotted by bentley@, ok bentley@ 2019-01-03 17:55:08 +00:00
ian
85f230f1f3 Mention CVEs for older Jenkinses. From Edward Lopez-Acosta. Tweaks, OK sthen@ 2019-01-03 14:14:01 +00:00
ian
5bd07246ab Jenkins stable -> 2.138.4, devel 2.155. From Edward Lopez-Acosta. Tweaks, OK sthen@ 2019-01-03 14:09:51 +00:00
fcambus
0272535f6f Update uthash to 2.1.0. 2019-01-03 10:14:09 +00:00
rsadowski
194112f1a7 enable boost-build
To make your boost.build executables b2 and bjam useful we have to install
some additional files.

Noticed by Ivan Krylov via openbsd@freenode. Thanks!

feedback from semarie@ and aja@, tweaks and ok sthen@
2019-01-03 07:29:58 +00:00
ajacoutot
533a2e8503 Missing BDEP on x11/dbus.
spotted by naddy@
2019-01-03 07:19:13 +00:00
jasper
ac4ae0bf0d register libhttpseverywhere removal 2019-01-02 20:32:12 +00:00
jasper
950e8bc6cc update to gobject-introspection-1.58.3
tested in a bulk on amd64 by aja@, thanks!
2019-01-02 19:11:42 +00:00
jca
fee1c35d8f Remove discwrapper, broken after the wxWidgets3 update
Last release was in 2009 and its usefulness is limited anyway (use
glabels or the gimp, etc).

ok ajacoutot@ kn@ landry@
2019-01-02 12:58:11 +00:00
jca
599a58bc52 The main wxWidgets package has been renamed
ok kn@
2019-01-02 12:46:21 +00:00
jca
16c8a26880 Cope with the wxWidgets3 update
ok ajacoutot@ landry@ giovanni@
2019-01-02 12:44:06 +00:00
landry
219e6653b8 Add missing includes to fix build with ports-gcc.
From Charlene Wendling, thanks!
2019-01-01 18:01:34 +00:00
ajacoutot
7e39230ee1 Use weak bindings in gvdb to fix linking with LLD (upstream issue). 2019-01-01 17:51:42 +00:00
ajacoutot
58d7383993 Needs shells/bash at build time to install the completion snippets. 2019-01-01 12:48:06 +00:00
ajacoutot
5080f1f7a9 Update to libsoup-2.64.2. 2019-01-01 11:39:57 +00:00
ajacoutot
555bb2def2 Update to glib2mm-2.58.0. 2019-01-01 11:38:23 +00:00
ajacoutot
80932e4a3b Update to jsonrpc-glib-3.30.1. 2019-01-01 11:38:05 +00:00
ajacoutot
60cdef43fd Update to py-gobject3-3.30.4. 2019-01-01 11:37:27 +00:00
ajacoutot
d1539ed2ca Update to dconf-0.30.1. 2019-01-01 11:36:09 +00:00
ajacoutot
a4c7861cd3 Update to atk-2.30.0. 2019-01-01 11:33:06 +00:00
ajacoutot
04c23d4c25 Update to template-glib-3.30.0. 2019-01-01 11:32:44 +00:00
ajacoutot
f2f94c039a Update to glib2-2.58.2.
This is the first step towards the GNOME 3.30 update which will happen
this month.
This and subsequent updates have been tested in an amd64 bulk.
2019-01-01 11:32:15 +00:00
ajacoutot
a66a5dfaba Our pkg-config(1) supports '--variable var package' so bring over m4
changes from newer GNU pkg-config to add PKG_CHECK_VAR.
Required by newer glib2.
Tested in a bulk.
ok jasper@
2019-01-01 10:48:43 +00:00
bluhm
791c46ec2d update p5-Data-Munge to 0.097
from Charlene Wendling
2018-12-31 17:50:21 +00:00
jasper
1cf6248945 add erlang21 flavor 2018-12-31 10:13:13 +00:00
jsg
14bc0198cc Closer match linux build when defining arch including adding a default
case.

Originally a patch from pascal@ to fix aarch64 build.
ok phessler@ pascal@
2018-12-31 00:03:22 +00:00
jasper
d7baea8f7f update to nasm-2.14.02
ok sylvestre (MAINTAINER)
2018-12-30 19:26:53 +00:00
pascal
26b1bcd71e Update libatomic to version 7.6.6. Get rid of sparc32 patch.
ok rsadowski@
2018-12-30 17:08:09 +00:00
rpointel
d4956572ff + SUBDIR += py-progressbar,python3 2018-12-30 07:16:44 +00:00
rpointel
21115e6dca update progressbar to 2.5, diff from Mark Lumsden : cyo at SDF dot ORG (thanks).
while here enable python3 flavor.
2018-12-30 07:15:27 +00:00
pascal
624a95bba2 Fix bullet on aarch64.
From Matthew Martin; sorry for the long delay!
2018-12-29 20:09:09 +00:00
lum
5d130cfbb7 Update to py-cparser-2.19 ok sthen@ 2018-12-29 16:35:00 +00:00
solene
d0a7a650a5 Removing x11/gromit
Segmentation fault at runtime
Maintainer timeout

ok jca@
2018-12-29 13:52:27 +00:00
mariani
2e2c7daea3 - Updating py-jupyter_client from 5.1.0 to 5.2.4
- Taking maintainership.
- HOMEPAGE to HTTPS.
- Fixed tests.

OK bket@
OK danj@
2018-12-29 11:53:38 +00:00
mariani
ba67cb19f8 - Updating py-jupyter_core from 4.3.0 to 4.4.0
- Taking maintainership.
- HOMEPAGE to HTTPS.

OK bket@
OK danj@
2018-12-29 11:50:34 +00:00
mariani
439b8beba0 - Updating py-jedi from 0.13.1 to 0.13.2
OK bket@
OK danj@
2018-12-29 11:45:58 +00:00
feinerer
e26a1161d1 Add math/hdf5 to CVE table 2018-12-28 18:41:34 +00:00
bcallah
64427513a6 Update to samurai-0.5
Changelog: https://github.com/michaelforney/samurai/releases/tag/0.5
2018-12-28 16:35:51 +00:00
rsadowski
42fced82b9 Avoid egrep(1) noise at the application start
OK Caspar Schutijser (maintainer)
2018-12-28 09:25:01 +00:00
danj
3f4af6e8e0 + py-cheetah,python3 2018-12-27 21:37:50 +00:00
danj
d22b424b21 Update to py-cheetah-3.1.0
Switch to an actually maintained upstream. This allow us to add a
py3 flavor.
Reorder the Makefile
Use a cleaner test target

ok bket@
2018-12-27 21:36:55 +00:00
danj
edb416616f Bump haproxy version in my cve
The newer haproxy has a fix for the fix for the cve
2018-12-27 21:31:16 +00:00
rsadowski
2d3aa1b15d Update pycharm to 2018.3.2
- Add a patch to avoid egrep(1)noise at startup

OK danj@
2018-12-27 19:14:15 +00:00