133021 Commits

Author SHA1 Message Date
jasper
57ebf144af update beats to 6.4.3
ok pvk@
2018-11-14 18:32:03 +00:00
danj
ea49dbfdac Register ansible 2.7.1 as it solves a security issue. 2018-11-14 17:01:23 +00:00
jca
a40a81f06e Update to knot-2.7.4
Release notes: https://www.knot-dns.cz/2018-11-13-version-274.html
2018-11-14 15:26:59 +00:00
naddy
d8e6d28ec4 -fno-pie produces text relocations on i386 and must be combined with
-Wl,-znotext for lld
2018-11-14 15:08:49 +00:00
danj
f5d0bf79d7 Update to ansible-2.7.1
Similar diff from Edward Lopez-Acosta, ok jasper@ (maintainer)
2018-11-14 12:18:40 +00:00
ajacoutot
aa81e92d88 Merge from upstream:
- [Sparc] Add mnemonic aliases for flush, stb, stba, sth, and stha
- [Sparc] Add membar assembler tags

from Brad (maintainer)
2018-11-14 09:07:41 +00:00
ajacoutot
d3f592b2b4 Update to librsvg-2.44.9. 2018-11-14 08:27:33 +00:00
jcs
fba8e12ccb update to 0.26.1
from maintainer long ago
2018-11-13 22:31:03 +00:00
naddy
9350c25e51 allow the text relocations found in externally provided i386 object files 2018-11-13 21:32:22 +00:00
naddy
fefc589d4c accept text relocations on i386 because of non-PIC assembly code 2018-11-13 19:40:51 +00:00
naddy
d36ae6af5f Accept text relocations on i386 since the embedded ffmpeg is full of
non-PIC assembly code.
2018-11-13 17:57:25 +00:00
jca
16fef10d36 Atomics detection was fixed and a fallback on pthread mutexes has been added
Therefore no need to restrict this port to a specific list of architectures.
powerpc report from Charlène.
2018-11-13 17:12:51 +00:00
espie
93e1a6954e register USE_LLD 2018-11-13 17:06:11 +00:00
jca
a83efc058b The default service dir is /service; fix rc.shutdown
Reported by Sören (soeren at soeren-tempel dot net)

While here, test whether the dir actually exist.  And remove mention of
the migration from /var/service to /service, it's been a long time.
2018-11-13 16:54:08 +00:00
naddy
b94bcfe131 add missing include 2018-11-13 16:26:16 +00:00
jca
dde6043977 Don't error out if FLAVOR is set
ok zhuk@
2018-11-13 15:03:43 +00:00
naddy
dc2d68a931 recognize lld as compatible with GNU ld 2018-11-13 14:36:08 +00:00
sthen
0b7255996e update to jpeg-turbo-2.0.1, bump SHARED_LIBS major to make absolutely sure
ports depending on this get updated as it fixes a header which is broken for
ports using autoconf.

problem noted by trondd at kagu-tsuchi com
2018-11-13 14:30:43 +00:00
ajacoutot
b3d5c184ec Fix HOMEPAGE. 2018-11-13 13:46:42 +00:00
sthen
b71aaadaa7 Fix building the Alpha backend, from brad, tested by miod, ok pascal 2018-11-13 11:49:33 +00:00
bentley
d77b39c7bc Move mandoc.bsd.lv master_sites/homepage links to https. 2018-11-13 08:55:42 +00:00
bentley
10caa924a3 Fix misnamed package: apertium-es-ast_NO-PN -> apertium-es-ast. 2018-11-13 05:15:55 +00:00
bentley
f567db69b5 Drop support for midiplay and revert to upstream's default of timidity.
Discussed with ratchov@
2018-11-13 04:05:34 +00:00
bcallah
d5eb10e828 Update to gravity-0.5.5
Changelog: https://github.com/marcobambini/gravity/compare/0.5.1...0.5.5
2018-11-13 02:18:58 +00:00
naddy
d86fbc1bed tighten the description; ok bcallah@ 2018-11-12 22:58:38 +00:00
bcallah
3e7c21f468 +pspp
+spread-sheet-widget
2018-11-12 21:30:52 +00:00
bcallah
3a755ee2c1 Import math/pspp, a program for statistical analysis of sampled data.
ok bentley@

GNU PSPP is a program for statistical analysis of sampled data. It is a
free as in freedom replacement for the proprietary program SPSS, and
appears very similar to it with a few exceptions.

The most important of these exceptions are, that there are no "time
bombs"; your copy of PSPP will not "expire" or deliberately stop working
in the future. Neither are there any artificial limits on the number of
cases or variables which you can use. There are no additional packages
to purchase in order to get "advanced" functions; all functionality that
PSPP currently supports is in the core package.

PSPP is a stable and reliable application. It can perform descriptive
statistics, T-tests, anova, linear and logistic regression, measures of
association, cluster analysis, reliability and factor analysis,
non-parametric tests and more. Its backend is designed to perform its
analyses as fast as possible, regardless of the size of the input data.
You can use PSPP with its graphical interface or the more traditional
syntax commands.
2018-11-12 21:30:29 +00:00
pvk
22dcdaf547 Update kibana 6.4.2 -> 6.4.3
ok jasper@
2018-11-12 21:30:05 +00:00
bcallah
219d6c18e7 Import math/spread-sheet-widget, a spread sheet widget library.
ok bentley@

GNU Spread Sheet Widget is a library for Gtk+ which provides a widget
for viewing and manipulating 2 dimensional tabular data in a manner
similar to many popular spread sheet programs.

The design follows the model-view-controller paradigm and is of
complexity O(1) in both time and space. This means that it is efficient
and fast even for very large data.

Features commonly found in graphical user interfaces such as cut and
paste, drag and drop and row/column labelling are also included.
2018-11-12 21:29:20 +00:00
pvk
48922dcded Update logstash 6.4.2 -> 6.4.3
ok jasper@
2018-11-12 21:27:37 +00:00
pvk
4558d69d06 Update elasticsearch 6.4.2 -> 6.4.3
ok jasper@
2018-11-12 21:24:36 +00:00
bcallah
8df30487b1 Update to hyperrogue-10.4z
Changelog: https://github.com/zenorogue/hyperrogue/compare/10.4w...10.4z
2018-11-12 21:24:09 +00:00
daniel
136fb68394 Update to 2018.7; from wen heping.
ok rpointel@, shadchin@ (MAINTAINER)
2018-11-12 19:39:12 +00:00
daniel
58a75df03e Update to gprolog 1.4.5, modify dlmalloc to avoid use of sbrk, and
drop maintainer as we haven't heard from in some time.

ok jca@
2018-11-12 19:15:40 +00:00
naddy
e16a5a7a44 disable non-PIC i386 assembly code and build the same as on other archs
ok fcambus@
2018-11-12 18:49:48 +00:00
naddy
ca370ed173 add missing includes for gcc 4.9 2018-11-12 16:08:02 +00:00
espie
65f97bbf3c join table on thing and thing2
simplify

no result change

thx niklas@
2018-11-12 15:58:37 +00:00
solene
8c968bed66 Add FIX_EXTRACT_PERMISSIONS
help and ok jca@
2018-11-12 15:55:19 +00:00
espie
3a7de6798f add print-ports-index and ports-INDEX 2018-11-12 15:27:35 +00:00
ajacoutot
5910e11107 Fix sysutils/tenshi packaging by adding the _tenshi user and group.
Error: newgroup _tenshi: not registered in ports/infrastructure/db/user.list
Error: newuser _tenshi: not registered in ports/infrastructure/db/user.list
Fatal error: can't continue
 at /usr/libdata/perl5/OpenBSD/PkgCreate.pm line 1675.
2018-11-12 14:04:27 +00:00
bentley
7eb364df22 Remove bogus (incorrect and redundant) mode files. 2018-11-12 12:49:43 +00:00
danj
d98f0da854 Update to py-MarkupSafe-1.1.0
From Pamela Mosiejczuk with guidance from me for the test target
2018-11-12 12:14:29 +00:00
ajacoutot
bb572bc797 Update to gtranslator-3.30.1. 2018-11-12 09:12:17 +00:00
bentley
9d71ca0d3e Drop wcobb@ from maintainership at his request. 2018-11-12 08:53:45 +00:00
sebastia
3306eca20a Update to 5.5.8, while there add PORTROACH marker to limit
to the 5.X series
2018-11-12 07:17:36 +00:00
sebastia
891e94fee4 Update to 5.2.6, while there, update HOMEPAGE to better destination 2018-11-12 07:15:56 +00:00
jeremy
bfaed15fde Update to JRuby 9.2.3.0
Remove backported security patches now upstream.

Update jruby-launcher to 1.1.5.
2018-11-12 06:25:18 +00:00
kirby
6c914d0bab update to owncloudclient-2.5.1.10973 2018-11-12 05:57:05 +00:00
bluhm
6c3a73feff +tenshi 2018-11-12 00:07:23 +00:00
bluhm
1a63ee0b91 import tenshi 0.17
from Paul B. Henson; OK afresh1@

Comment:
log monitoring program to watch and report on log files

Description:
tenshi is a log monitoring program, designed to watch one or more
log files for lines matching user defined regular expressions and
report on the matches. The regular expressions are assigned to
queues which have an alert interval and a list of mail recipients.

Queues can be set to send a notification as soon as there is a log
line assigned to it, or to send periodic reports.
2018-11-12 00:06:02 +00:00