125133 Commits

Author SHA1 Message Date
jasper
2c2925d7ae - update to zeromq-4.2.3
- switch to github releases
- take maintainership (agreed by Rodrigo Mosconi, previous maintainer)

ok aja@ and Rodrigo
2017-12-18 21:03:54 +00:00
landry
f5d9a71edf Major update to buildslave 0.9.14.
Internally, every 'slave' wording was replaced by 'worker' (*no
comment*, see
http://docs.buildbot.net/latest/manual/worker-transition.html) but the
slave naming was kept for the rc script for easier upgrades.

See
http://docs.buildbot.net/latest/manual/worker-transition.html#buildbot-worker
for the matrix compatibility with the buildmaster. Master ? King ? Boss
? Oh well.
2017-12-18 20:42:31 +00:00
landry
dff19febd0 Remove files from the old layout. 2017-12-18 20:39:31 +00:00
landry
24857d2380 Merge cvs conflicts. I think. I hope. 2017-12-18 20:38:08 +00:00
landry
118fc39932 Import/update to buildbot 0.9.14.
Note that this is a major upgrade from the 0.8 branch, see
http://docs.buildbot.net/current/manual/installation/nine-upgrade.html
for details on how to deal with it.

If you were running a 0.8 buildmaster and want to keep running it to
access old build logs, it's advised to install it locally outside of
ports/packages via pip.

The buildbot port is now split into 6 distinct sub-ports.

ok sthen@ (thanks!)
2017-12-18 20:35:45 +00:00
jca
fb473022e0 Drop two -W* cflags that break the build with base gcc
ok ajacoutot@
2017-12-18 18:11:11 +00:00
jca
bf5c629a5b Fix build on non-clang archs and correctly detect big endian archs
No bump needed since either the package doesn't change or it didn't
build before.  Note that aarch64 is still broken (undefined references
to pthread_foo at link time).  ok pirofti@ (maintainer)
2017-12-18 14:52:02 +00:00
bluhm
fc0e9b865f update p5-Net-DNS to 1.14 2017-12-18 14:09:39 +00:00
jca
21556cca7a Too big to link on powerpc 2017-12-18 11:54:51 +00:00
jca
dfd30c090f Needs a C++11 compiler 2017-12-18 11:40:37 +00:00
jca
d5e2631881 Mark as BROKEN on powerpc
http://build-failures.rhaalovely.net//powerpc/2017-12-01/net/telegram-purple.log
2017-12-18 11:37:46 +00:00
jca
e7494456d9 Needs a compiler that understands -std=gnu++0x 2017-12-18 11:35:50 +00:00
jca
2a34471ab0 BROKEN on powerpc
pl-modul.c:1497: internal compiler error: in extract_insn, at recog.c:2077
2017-12-18 11:16:34 +00:00
bentley
184c455db1 Don't try building fifengine on archs that will definitely run out of memory. 2017-12-18 08:46:15 +00:00
rpointel
2d932dcffe update oledump to 0.0.32. 2017-12-18 08:02:29 +00:00
jeremy
8513639224 Update to kgio 2.11.1 2017-12-18 03:07:47 +00:00
juanfra
0353e31417 Update to chicken 4.13.0.
Includes security fixes: CVE-2017-6949, CVE-2017-9334, CVE-2017-11343.

https://code.call-cc.org/releases/4.13.0/NEWS

From Timo Myyra (MAINTAINER).
2017-12-18 01:45:10 +00:00
akoshibe
a17bb03617 Link lang/spin to build. 2017-12-17 23:41:25 +00:00
akoshibe
eb8a0c7cb3 Import spin-6.4.7
Spin is a software verification tool for analyzing the consistency of
asynchronous systems. Examples of asynchronous systems include multi-threaded
programs, distributed systems, and communications protocols. Spin takes a
system model specified in Promela (the PROcess MEta LAnguage). It also takes
a specifciation of the requirements for logical correctness, and allows both
interactive and exhaustive simulations of the system for verifying these
properties.

Submission by Ori Bernstein <ori@eigenstate.org>

OK bcallah@
2017-12-17 23:38:19 +00:00
danj
c0b4a4ac5c + toot 2017-12-17 21:04:35 +00:00
danj
742317bd17 Import toot-0.15.1, tweaks and ok jca@ and ok abierber@
From Klemens Nanni, thanks!

toot lets you read, post and manage accounts on Mastadon social networks. It
supports logging in through both your webbrowser and the console with optional
two factor authentication. Toots can be pasted directly via standard input.
2017-12-17 21:03:54 +00:00
kili
9fbdebd155 Register removal of hs-dataenc. 2017-12-17 20:36:04 +00:00
kili
e61a8f282e Remove devel/hs-dataenc.
It's EOL, superseded by devel/hs-sandi, and no longer
used after the update of games/hedgewars by pascal@.
2017-12-17 20:32:19 +00:00
kili
0486c5ff02 Unhook devel/hs-dataenc. 2017-12-17 20:31:14 +00:00
pascal
5415a72262 Drop patch, it is no longer needed.
Noticed by Juha Erkkila.
2017-12-17 20:19:18 +00:00
pascal
8321467e72 Update to 0.9.23.
Reminded and tested by kili@ with GHC 8.2.2.
2017-12-17 20:10:12 +00:00
landry
fa55234dd2 +py-autobahn, py-txaio 2017-12-17 18:04:24 +00:00
landry
861ef476c0 Import py-autobahn 17.10.1.
Autobahn|Python is a subproject of Autobahn and provides open-source
implementations of the WebSocket Protocol and the Web Application
Messaging Protocol (WAMP) for Python 2 and 3, and running on Twisted
and asyncio.

You can use Autobahn|Python to create clients and servers in Python
speaking just plain WebSocket or WAMP.

WebSocket allows bidirectional real-time messaging on the Web and
beyond, while WAMP adds real-time application communication on top of
WebSocket.

WAMP provides asynchronous Remote Procedure Calls and Publish &
Subscribe for applications in one protocol running over WebSocket.
WAMP is a routed protocol, so you need a WAMP Router to connect your
Autobahn|Python based clients. We provide Crossbar.io, but there are
other options as well.

needed by buildbot 0.9. A python3 flavor might be added later on..

ok sthen@
2017-12-17 18:03:21 +00:00
landry
6f43b36237 Import py-txaio 2.8.2.
txaio is a helper library for writing code that runs unmodified on both
Twisted and asyncio / Trollius.

This is like six, but for wrapping over differences between Twisted and
asyncio so one can write code that runs unmodified on both (aka source
code compatibility). In other words: your users can choose if they want
asyncio or Twisted as a dependency.

Note that, with this approach, user code runs under the native event
loop of either Twisted or asyncio. This is different from attaching
either one’s event loop to the other using some event loop adapter.

needed by buildbot 0.9.

ok sthen@
2017-12-17 17:58:52 +00:00
bcallah
a253316d2a +qqwing 2017-12-17 16:58:37 +00:00
bcallah
377c3ed4e8 Import games/qqwing, a Sudoku puzzle generator and solver.
Submission by Victor Kukshiev <andrey0bolkonsky@gmail.com>
ok zhuk@
2017-12-17 16:58:14 +00:00
zhuk
3fc9af2224 Do not warn about missing dependency on x11/dbus,-suid for x11/dbus,-suid. 2017-12-17 14:02:02 +00:00
robert
3fa0fd4915 Add an i686 string as well on i386 now that chromium is re-enabled on i386 builds 2017-12-17 13:16:28 +00:00
jca
96e66a015f Remove Pierre from MAINTAINER (ENOTIME) 2017-12-17 11:08:16 +00:00
jca
23b80becf7 Major update to knot-2.6.3
Upstream ChangeLog: https://gitlab.labs.nic.cz/knot/knot-dns/raw/v2.6.3/NEWS
2017-12-17 11:05:42 +00:00
ajacoutot
be7f2e578b Update to gnucash-2.6.19. 2017-12-17 11:00:09 +00:00
ajacoutot
e9926360e3 The PTP helper does not do anything on OpenBSD and is installed suid root.
It's a useless and scary utility for us, so drop the setuit bit.

from tobiasu
2017-12-17 10:53:17 +00:00
ajacoutot
d831d1c80d x11/xkbcommon gets picked up by configure if present, so add a LDEP on it. 2017-12-17 10:44:27 +00:00
ajacoutot
8a5757d05e Update to py-boto3-1.5.1. 2017-12-17 10:36:32 +00:00
kirby
edd3fbed16 patch no longer needed 2017-12-17 10:31:10 +00:00
danj
c2fe2f3210 Update to weechat-2.0
ok bcallah@, rsadowski@ and abieber@
2017-12-17 02:21:23 +00:00
naddy
79559bb94d actually bump revision 2017-12-16 23:09:28 +00:00
zhuk
fedb059f9d Move share/examples/conserver/simple.cf up to the proper place in PLIST.
Input & okay sthen@ (MAINTAINER)
2017-12-16 20:53:06 +00:00
naddy
3811d0db4c Remove ntimed. No progress in three years. Unfinished and abandoned.
If this ever picks up again, the port can be revived.
2017-12-16 20:37:34 +00:00
fcambus
16d6db4d50 Register removal of pork. 2017-12-16 20:23:12 +00:00
fcambus
00027abda6 Remove net/pork.
The AIM service has been shut down on December 15th 2017 [1], so there
is no use case for this port anymore.

[1] https://help.aol.com/articles/aim-discontinued

OK rsadowski@, bcallah@, sthen@
2017-12-16 20:21:09 +00:00
naddy
0286c2dce0 Picks up xgettext(1) if present, so add BDEP on devel/gettext-tools. 2017-12-16 20:19:42 +00:00
sthen
9fc51d7c22 moved from stable candidate to stable; change MASTER_SITES.
no change in the file.
2017-12-16 20:01:02 +00:00
zhuk
88807ce481 Make sure that neither @rcscript or share/doc/pkg-readmes/* items have
@owner, @group or @mode set.
2017-12-16 18:36:54 +00:00
zhuk
a9b1ae45c7 Quiet a few tweaks for portbump. It features:
* Add second-priority potential places where to add REVISION;
  * Better WANTLIB tweaking: it should now roll and unroll
    ${MODFOO_WANTLIB} items in WANTLIB declarations correctly.

Some of those were rotting in my tree for months. Sorry for laziness. :-\

There is still tests/portbump/t5 failing, I'm working on it. Sloooowly...
2017-12-16 18:10:49 +00:00