134597 Commits

Author SHA1 Message Date
mariani
6892f38026 Updating py-ipykernel from 4.9.0 to 4.10.0
OK bket@
OK danj@
2019-01-04 22:19:57 +00:00
sthen
07cea6685f mark BROKEN-i386, gmake segfaults 2019-01-04 22:00:40 +00:00
kili
d3c7e84fce No more poppler-qt4. 2019-01-04 21:26:55 +00:00
kili
06a527c1c5 Fix build with poppler-0.72.0. 2019-01-04 21:17:58 +00:00
kili
67a36501a9 Fix build with poppler-0.72.0.
Mostly from archlinux.

ok rsadowski@ (maintainer)
2019-01-04 21:09:06 +00:00
kili
829169fd34 Fix build with poppler-0.72.0.
From archlinux.

ok robert@ (maintainer)
2019-01-04 21:07:21 +00:00
kili
edbada7e49 Update to poppler-0.72.0, also dropping poppler-qt4. 2019-01-04 21:05:34 +00:00
kili
b79cd855db Disable poppler-qt4.
From rsadowski, tested by me.
2019-01-04 21:03:08 +00:00
kili
d98b668119 Disable poppler-qt4.
From rsadowski, tested by me.
2019-01-04 21:01:52 +00:00
kn
1020199b7f +xschem 2019-01-04 20:38:18 +00:00
kn
9deab2be30 Import cad/xschem
Xschem is a schematic capture program, it allows creation of
hierarchical representation of circuits with a top down approach. By
focusing on interfaces, hierarchy and instance properties a complex
system can be described in terms of simpler building blocks.

A VHDL or Verilog or Spice netlist can be generated from the drawn
schematic, allowing the simulation of the circuit. Key feature of the
program is its drawing engine written in C and using directly the Xlib
drawing primitives; this gives very good speed performance, even on
very big circuits. The user interface is built with the Tcl-Tk
toolkit, tcl is also the extension language used.

Netlist can be exported in tEDAx format which can then be used by
pcb-rnd to design a printed circuit board.


From Hannu Vuolasaho <vuokkosetae [at] gmail.com> who takes mainainer.

Feedback from me, OK rsadowski
2019-01-04 20:35:47 +00:00
pascal
a2a036b0ec Provide MODGCC4_FORTRAN* variables.
ok jca@
2019-01-04 17:29:53 +00:00
fcambus
8410add5da Update GeoLite2 databases to latest version. 2019-01-04 17:24:26 +00:00
sthen
c2569a59d3 USE_LLD=No to unbreak 2019-01-04 17:03:01 +00:00
sthen
b3188a79dd revert messy ld.bfd handling and replace with USE_LLD=No. 2019-01-04 17:01:18 +00:00
sthen
64ff8f9528 Allow setting USE_LLD=No, to use ld.bfd on a "base is LLD" arch. ok espie@
Improves visibility of ports that are broken with LLD by using a common
variable rather than various workarounds, and allows simpler testing/debug
ld.bfd failures on amd64.
2019-01-04 16:58:42 +00:00
sthen
5f6da9021f update to ccache-3.5.1a 2019-01-04 16:26:55 +00:00
bket
9fbdf37a9a pledge spectrwm.
While here:
- order WANTLIB
- drop -g from CFLAGS, which is covered in DEBUG

Discussed offlist with gonzalo@ (MAINTAINER) who responded with "I think
we still need to push this upstream, BUT go ahead with the commit for
now, and then we can delete the patches."
2019-01-04 16:21:43 +00:00
pascal
8564459c11 Import GCC 8.2.0. ok espie@ 2019-01-04 15:50:38 +00:00
rpointel
3100f9053c update dtfabric to 20181128. 2019-01-04 15:30:43 +00:00
rsadowski
55bf942604 hook KDE5 okular 2019-01-04 14:57:02 +00:00
rsadowski
aaae65cbf3 Unhook KDE4 okular and remove all dependencies 2019-01-04 14:56:07 +00:00
rsadowski
4bda63c8ed Import okular-18.12.0; feedback, tweaks and OK kn@
Comment:
KDE document viewer

Description:
Okular is a universal document viewer based on KPDF for KDE 4.
It combines the excellent functionalities of KPDF with the
versatility of supporting different kind of documents, like PDF,
Postscript, DjVu, CHM, XPS, ePub and others.

Maintainer: Rafael Sadowski <rsadowski@openbsd.org>

WWW: https://okular.kde.org/
2019-01-04 14:49:18 +00:00
pascal
c89e8e160f +upplay 2019-01-04 14:44:59 +00:00
pascal
ea0a98aed5 Import multimedia/upplay, feedback/ok rsadowski@.
upplay is a desktop UPnP audio Control Point for Linux/Unix and MS
Windows.

upplay does not play music, it controls a Media Renderer which may
be running on the same host or anywhere else.

Features:
* Plays gapless using either the UPnP SetNextTransportURI action
  or the OpenHome Playlist service, depending on the device capabilities.
  OpenHome is chosen by default if available.
* In AVT mode, remembers the last playlist.
* Can move your current playlist to another renderer.
* Lets you browse any UPnP Content Directory on the local network and
  add music from there (click titles, or use the right-click menu for
  directory adds).
* Supports multiple browsing tabs
* Lets you search the server, and the local listing.
* Can control the connections between multiple Linn Songcast Senders and
  Receivers (multiroom synchronized playing).
2019-01-04 14:44:11 +00:00
pascal
7aa8ec4b00 +libupnpp 2019-01-04 14:30:58 +00:00
pascal
c19ea9f8a8 Import net/libupnpp, feedback/ok jca@
Libupnpp is a C++ wrapper for libupnp, a.k.a Portable UPnP, which
is a direct descendant of the Open Source SDK released by Intel in
support of UPnP development.

Libupnpp can be used to implement UPnP devices and services, or
Control Points.

The Control Point side of libupnpp, which is documented here, allows
a C++ program to discover UPnP devices, and exchange commands and
status with them.

The library has a number of predefined modules for controlling
specific AVTransport or OpenHome audio services, and it is relatively
easy to add modules for other services externally (the internal
modules have no more access to library internals than an external
module would).
2019-01-04 14:30:12 +00:00
ajacoutot
a547cef53f Update to sushi-3.30.0. 2019-01-04 14:14:44 +00:00
ajacoutot
1a52c6665f Update to gnome-builder-3.30.2. 2019-01-04 14:02:06 +00:00
sthen
ac2bb9b5e3 update to librenms-1.47 2019-01-04 13:43:35 +00:00
ajacoutot
1e2ef16e2f Update to gnome-control-center-3.30.2. 2019-01-04 13:39:09 +00:00
ajacoutot
7c02ba49b7 Update to gnome-settings-daemon-3.30.1.2. 2019-01-04 13:38:51 +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
robert
88bbcf8d8e remove error pledge because it is not needed and sync the sandbox code
with linux
2019-01-04 13:25:08 +00:00
sthen
b7528cb782 add BDEP on libxml; needed for building tests
ok ajacoutot@
2019-01-04 13:24:10 +00:00
jca
8840868f42 Init m_LNCVPanel before m_CV to fix startup crash with recent wxWidgets
ok sebastia@ (maintainer)
2019-01-04 11:07:58 +00:00
ajacoutot
e5c4e085d7 Update to google-cloud-sdk-228.0.0. 2019-01-04 10:37:01 +00:00
ajacoutot
5e712ba7ff Update to awscli-1.16.83. 2019-01-04 10:27:59 +00:00
ajacoutot
e9f9b96653 Update to py-botocore-1.12.73. 2019-01-04 10:27:47 +00:00
ajacoutot
63aae6b19f Update to py-boto3-1.9.73. 2019-01-04 10:27:36 +00:00
sebastia
b808ac393b simple update 1.5.3 -> 1.5.4 2019-01-04 10:12:19 +00:00
pascal
6f3799dc8e Update to rakudo 2018.12.
feedback/ok afresh1@
2019-01-04 09:27:55 +00:00
pascal
91acb8f236 Update to NQP 2018.12.
ok afresh1@
2019-01-04 09:27:27 +00:00
pascal
cfcca7fe3e Update to MoarVM 2018.12.
ok afresh1@
2019-01-04 09:27:09 +00:00
ajacoutot
8b6ce7f05f libtracker-data: Drop FTS table/view before ontology updates (upstream).
This fixes nautilus taking a long time to start and fix tracker daemon at
runtime.
2019-01-04 08:56:44 +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
bcallah
43b275ef5f Update to moe-1.10 2019-01-04 03:15:59 +00:00
bcallah
fa4aaf2297 Update to bfs-1.3.1
Changelog: https://github.com/tavianator/bfs/compare/1.2.4...1.3.1
2019-01-04 03:14:11 +00:00
jca
5d7da8c0df Update to herbstluftwm-0.7.1 (mostly a bugfix release)
From Sascha Paunovic, no objection from maintainer
2019-01-04 00:25:47 +00:00