136191 Commits

Author SHA1 Message Date
espie
86c6128347 slightly more correct subrequest (fullpkgpath is ordered "by accident")
I suspected this, confirmed after a discussion with Reda Dehak, from my
lab at work.
2019-03-11 13:29:21 +00:00
gonzalo
4d6c6fc914 List alphabetically and removes the duplicates lines from Bruno Flueckiger
Thanks!
2019-03-11 12:59:56 +00:00
ajacoutot
2dc994ab32 Fix a couple more tests. 2019-03-11 11:35:09 +00:00
fcambus
24838fdcdf Update snes9x to 1.59.2.
Notable changes:

- Switch to GH_ variables, tarballs are not uploaded as assets anymore
- Build system switched from autotools to Meson
2019-03-11 11:18:01 +00:00
bentley
caf60eeb49 Update to uim-1.8.8.
Release notes since 1.8.6:
https://github.com/uim/uim/releases/tag/1.8.8
https://github.com/uim/uim/releases/tag/1.8.7

ok sthen@
2019-03-11 11:16:05 +00:00
fcambus
f9daf0f3e3 Patch psf2bsd further to use '*' and '.' for representing bit values
in the comments, as we do in our wsfont header files.
2019-03-11 11:15:39 +00:00
bentley
ced196cf65 +libgcroots 2019-03-11 11:14:28 +00:00
bentley
2d140d22cc Import libgcroots-0.3.1.
The libgcroots library abstracts the architecture-dependent part of garbage
collector roots acquisition such as register windows of SPARC and register
stack backing store of IA-64. The main code is based on Boehm GC 7.0.

With this library, one can easily write a garbage collector with goals such
as a small footprint, some application-specific optimizations, learning, or
to test experimental ideas.

ok sthen@
2019-03-11 11:13:53 +00:00
ajacoutot
a107b062ab environment: support OpenBSD in detect_*_compiler 2019-03-11 09:29:23 +00:00
pea
de5c9ed445 Update to 5.7.1.
Diff from Matthew Martin, thanks !
ok rsadowski@
2019-03-11 09:15:54 +00:00
espie
c2bdc8804f replace slow query with an better one, as this is used in a tight loop
insane code

okay aja@, jasper@
2019-03-11 08:15:31 +00:00
ajacoutot
01036d0be3 Needs EPOCH, while it got an update, package version was downgraded
(see packages-specs(7)).
2019-03-11 07:56:19 +00:00
rsadowski
10a9c63bef Import kleopatra-18.12.0; OK kn@
Comment:
certificate manager and a universal crypto GUI

Description:
Kleopatra is a certificate manager and a universal crypto GUI. It supports
managing X.509 and OpenPGP certificates in the GpgSM keybox and retrieving
certificates from LDAP servers.

Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
2019-03-11 07:05:52 +00:00
rsadowski
cfaf510783 Import kcalutils-18.12.0; OK kn@
Comment:
library for the handling of calendar data.

Description:
This library provides a set of utility functions that help applications access
and use calendar data via the KCalCore library.

Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
2019-03-11 07:04:21 +00:00
rsadowski
0b6a322c08 Import libkleo-18.12.0; Tweak and OK kn@
Comment:
certificate manager for KDE

Required by:
kleopatra-18.12.0

Description:
Kleopatra is a certificate manager and a universal crypto GUI. It supports
managing X.509 and OpenPGP certificates in the GpgSM keybox and retrieving
certificates from LDAP servers.

Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
2019-03-11 07:02:13 +00:00
rsadowski
0c264b6b91 Import kidentitymanagement-18.12.0; Tweak and OK kn@
Comment:
KDE pim identities

Description:
KDE Personal Information Management suite.

Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
2019-03-11 07:00:26 +00:00
ajacoutot
0ee2310e09 Merged upstream. 2019-03-11 06:54:52 +00:00
jsg
a58f2da27b +amdgpu 2019-03-11 05:02:53 +00:00
bket
b5ab658f28 Bump REVISION due to pkgpath change in net/miniupnp/miniupnpc. 2019-03-11 04:11:57 +00:00
bket
818cf013a9 Update to miniupnpc-2.1.
Simplified port by removing python related multipackage. No objections
received.
Bumped major of SHARED_LIBS as symbols have been removed.

Hints and tips from sthen@, thanks!

OK sthen@
2019-03-11 04:07:15 +00:00
bket
3733937611 Update to miniupnpd-2.1.
Thanks to @sthen for the help, especially for noticing a lost cast in a
patch.

OK sthen@
2019-03-11 04:06:37 +00:00
bket
6d670cbb53 Update to minissdpd-1.5.
OK sthen@
2019-03-11 04:04:53 +00:00
bentley
42dd3485ea +wordgrinder 2019-03-11 03:49:17 +00:00
bentley
019609845c Import wordgrinder-0.7.2.
WordGrinder is a simple, Unicode-aware word processor that runs on the
console. It's designed to get the hell out of your way and let you write;
it does very little, but what it does it does well.

It supports basic paragraph styles, basic character styles, basic screen
markup, a menu interface that means you don't have to remember complex
key sequences, HTML import and export, and some other useful features.

WordGrinder does not require X. It runs in a terminal. (But there's a
version which uses X if you want it.)

ok kn@
2019-03-11 03:48:45 +00:00
afresh1
c22b56783e Update devel/p5-Readonly to 2.05 2019-03-10 22:46:37 +00:00
rsadowski
dbc572bb9b Switch from KDE4 kgeography to KDE5 2019-03-10 22:33:30 +00:00
afresh1
461fe28b1c Update textproc/p5-Lingua-EN-FindNumber to 1.32 2019-03-10 21:36:01 +00:00
afresh1
1e86c72053 Update textproc/p5-Text-Autoformat to 1.74
OK and drop MAINTAINER, Sam Smith <s AT msmith.net>
2019-03-10 21:30:10 +00:00
cwen
3f08afa141 openscenegraph: requires -std=c++11 when built with ports-gcc-4.9
Tested successfully on macppc.

OK pascal@ (MAINTAINER)
2019-03-10 20:37:33 +00:00
chrisz
ad28eb4c1f Increase stack size limit.
ok jca@
2019-03-10 20:16:54 +00:00
jca
9c5be9a263 Fix a crash when the listening port is already used
from Mikolaj Kucharski, "go ahead" rsadowski@ (maintainer)
2019-03-10 18:24:48 +00:00
jca
1640d1178d Update to samba-4.8.9
Tests by Ian McWilliam
2019-03-10 18:08:05 +00:00
ajacoutot
550c02f63b Simplify and drop bogus line. 2019-03-10 17:46:33 +00:00
jca
e8f30c47d2 Document patch (committed upstream)
from Mikolaj Kucharski
2019-03-10 17:27:01 +00:00
ajacoutot
91d0634a6e Please codestyle. 2019-03-10 14:50:51 +00:00
ajacoutot
8a771ef747 Start working on unit tests. 2019-03-10 14:32:53 +00:00
rpointel
85948ef837 update pdf-parser to 0.7.1. 2019-03-10 12:40:35 +00:00
ajacoutot
1a5dd540e8 Set b_lundef to false by default. 2019-03-10 12:38:57 +00:00
ajacoutot
048721214d Update to link-grammar-5.6.0. 2019-03-10 12:17:38 +00:00
cwen
91b02cf5c7 mlt: requires -std=c++11 when built with ports-gcc-4.9
Tested successfully on macppc.

OK rsadowski@ (MAINTAINER)
2019-03-10 12:17:07 +00:00
ajacoutot
3f956199bb Update to pavucontrol-4.0.
- gtk+2 support has been dropped
2019-03-10 11:54:35 +00:00
ajacoutot
3ad12414ad Update to audacity-2.3.1.
Still BROKEN but at least we can start working on the newest release.
Remove WANTLIB while here, they prevent from even extracting; we'll add
them back once the port builds.
2019-03-10 11:45:50 +00:00
rsadowski
c1de21a494 Update krita to 4.1.8 2019-03-10 10:52:57 +00:00
ajacoutot
727adbb1e0 Sync WANTLIB. 2019-03-10 10:40:37 +00:00
ajacoutot
7dc78ba2f9 Tweak comment. 2019-03-10 09:00:29 +00:00
afresh1
2487afb5aa Update devel/p5-CPAN-Meta-Check to 0.014 2019-03-10 03:11:42 +00:00
afresh1
414bd5a0bf Update textproc/p5-Pod-Cpandoc to 0.16
Switches to Metacpan API v1 over https
2019-03-10 01:06:51 +00:00
afresh1
643f6bae5b Update devel/p5-Package-Stash-XS to 0.29
Minor update to quiet compiler warning
2019-03-10 00:29:26 +00:00
afresh1
e28c414fb2 Update devel/p5-Math-Base-Convert to 0.11
Just documentation improvements
2019-03-10 00:18:21 +00:00
afresh1
49415d8ba1 Update textproc/p5-XML-SAX to 1.00
No code changes after 7 years, apparently stable enough for 1.00
2019-03-09 23:47:54 +00:00