136087 Commits

Author SHA1 Message Date
ajacoutot
82975c1fc3 Add gnome-builder-clang support now that meson(1) is fixed. 2019-03-05 09:46:17 +00:00
ajacoutot
510f5df358 Unbreak library search when the pattern includes the 'lib' prefix. 2019-03-05 09:32:26 +00:00
gonzalo
27c338c2f3 Update for Nextcloud to 15.0.5
,,running it on debian without issues'' landry@

OK landry@
2019-03-05 08:54:40 +00:00
bcallah
f50a7a46a5 Update flang to the code dated 01 March 2019. 2019-03-05 06:47:59 +00:00
bcallah
0aafe4543f Set ONLY_FOR_ARCHS=amd64 i386 because OpenClonk ships with an x86-only
blake2 support library. Until I can figure something better out, this
avoids attempting to build on other archs where it will fail.

While here, use Samurai to build. We have already turned Ninja off due to
some intermittent `make fake' errors which I can't reproduce with Samurai.
This gives us the build speed back.

ok jca@
2019-03-05 06:02:56 +00:00
bcallah
792c5065d5 base-gcc doesn't understand all the warnings that jgmenu builds with
Instead of patching it, switch to COMPILER=base-clang ports-gcc
Noticed reading through the latest macppc bulk logs
COMPILER suggestion from jca@
ok jca@
2019-03-05 05:59:21 +00:00
bentley
12ae13df34 Add pledge() calls to apertium tools: "stdio rpath wpath cpath"
These tools both process input files at build time to generate the
apertium language pairs and dictionary files, and at runtime perform
language translation for the user with said language pairs and
dictionaries.
2019-03-05 05:19:31 +00:00
afresh1
ebd9945ca8 Update databases/p5-DBD-Pg to 3.74
From Manolis Tzanidakis <mtzanidakis AT gmail.com>
OK pea@ (MAINTAINER)
2019-03-05 04:56:00 +00:00
jca
a7af6c85e7 Those files should have been removed in the ocaml-4.07.1+friends update
Noticed by krw@ and Adam Steen
2019-03-05 04:29:46 +00:00
bentley
27dce3ac09 +dico 2019-03-05 03:41:37 +00:00
bentley
b3fa5034ed Import dico-2.8.
GNU Dico is a flexible modular implementation of DICT server (RFC 2229).
In contrast to other implementations, it does not depend on a particular
database format. GNU Dico handles database accesses using loadable modules.

The package is shipped with quite a few modules that provide support for the
most often used database formats and strategies. New modules can easily be
written in C, Guile or Python. The module API is mature and well documented.

The package also includes a console client program that can be used to query
remote dictionary servers.

ok juanfra@ sthen@
2019-03-05 03:40:51 +00:00
gsoares
4a10b454fe update to 1.87 2019-03-05 00:19:27 +00:00
sthen
b7882d7f14 update to gpodder-3.10.7, from maintainer Tim Meunier 2019-03-04 22:28:12 +00:00
mariani
f0f07efa55 Updating py-xlrd from 1.1.0 to 1.2.0
Added myself as MAINTAINTER.
2019-03-04 21:43:44 +00:00
bket
0512ef6637 Update to git-cola-3.3.
Fixes some minor issues. Changelog can be found at
https://github.com/git-cola/git-cola/blob/master/share/doc/git-cola/relnotes.rst

OK mariani@
2019-03-04 19:26:17 +00:00
ajacoutot
5a3afdef8b Make HOMEPAGE overridable. 2019-03-04 17:12:32 +00:00
ajacoutot
19fa9e487e +provider-exoscale 2019-03-04 17:06:10 +00:00
ajacoutot
f3adbebcd6 Import terraform-provider-exoscale-0.10.0beta1.
ok robert@
2019-03-04 17:05:42 +00:00
rsadowski
de378411eb Update kdevelop to 5.3.1 2019-03-04 16:23:16 +00:00
rsadowski
2c417d423e add x11/kde-applications/kompare as run dependency 2019-03-04 16:21:04 +00:00
rsadowski
5719bbb397 +kompare 2019-03-04 16:20:03 +00:00
jca
7c52e4f4de Update to zathura-0.4.3 and enable libsynctex support
Switch HOMEPAGE/MASTER_SITES to https while here.

from Olivier Taibi with tweaks by me
2019-03-04 14:46:21 +00:00
jca
4d56f0b52e Update to girara-0.3.2
Remove dependency on libnotify (default upstream).  Skip major bump,
a bunch of exported symbols have been removed because this port now uses
meson symbol visibility support.  Switch to https HOMEPAGE/MASTER_SITES
while here.

from Olivier Taibi
2019-03-04 14:34:32 +00:00
cwen
d1079f21c5 neovim: remove useless linker option
We don't need to use -lc++abi because our neovim port disables luajit
and uses lua-5.1 instead.
This allows building neovim on archs that don't have libc++abi (tested
on macppc).

Spotted by jca@, who also modified my diff accordingly (thanks!)

OK jca@, "Fine with me!" edd@ (MAINTAINER)
2019-03-04 14:22:25 +00:00
ajacoutot
a7ebc041de Update to at-spi2-atk-2.30.1. 2019-03-04 14:19:05 +00:00
ajacoutot
577050a86b Update to at-spi2-core-2.30.1. 2019-03-04 14:18:52 +00:00
jca
f9e594a405 Stop looking at /usr/local for libelf
Missed during the switch to base libelf.

While here, -D_FILE_OFFSET_BITS=64 serves no purpose on OpenBSD so no
need to specify it in our OpenBSD-only patch.
2019-03-04 13:30:44 +00:00
jca
f7ef33bc4b Calling gettimeofday on a struct bpf_timeval is harmful 2019-03-04 13:25:56 +00:00
jca
7df041638d Unbreak on arm, the regparm attribute only makes sense on i386 2019-03-04 13:01:53 +00:00
jca
c21a96b6e8 Unbreak on arm, the regparm attribute only makes sense on i386 2019-03-04 13:00:48 +00:00
chrisz
b438efbd00 Upgrade OCaml and dependent ports
testing and OKs by avsm@, jca@, krw@ Thanks a lot !
2019-03-04 12:51:12 +00:00
sebastia
37d766f4d0 Update to 0.8, note if someone needs it, the minitar executable is now
available as a separate gem minitar-cli, which is not in the ports tree.
The only dependent port doesn't need the executable
2019-03-04 12:44:49 +00:00
sebastia
dec03a3544 simple update to 1.2.7 2019-03-04 12:27:12 +00:00
sebastia
bfbf5d8ce2 Update to 3.13.0, while there, make the virtual fact work again, when
running in VMM.
2019-03-04 11:34:59 +00:00
sthen
4a3f1770f5 update to pecl-LZF-1.6.7, from maintainer Johan Huldtgren 2019-03-04 10:37:19 +00:00
sebastia
d4b22e1703 Update to 2019-03-02 2019-03-04 10:14:58 +00:00
ajacoutot
000896398a Link to upstream bug report. 2019-03-04 09:06:58 +00:00
rpointel
7bd17fcbca update libssh to 0.8.7.
inputs and ok jca@.
2019-03-04 08:29:59 +00:00
sebastia
369f3cc6d8 Update to 4.0.5, force use of bfd linker, same issue as for all the
other GNUstep ports, but sope and sogo somehow override the MAKE_ENV
so put it into MAKE_FLAGS
2019-03-04 08:19:45 +00:00
sebastia
d6cec0ec0a Update to 4.0.5, force use of bfd linker, same issue as for all the
other GNUstep ports, but sope and sogo somehow override the MAKE_ENV
so put it into MAKE_FLAGS
2019-03-04 08:18:53 +00:00
jsg
5738c1b9e4 Prepare for llvm-config in base and use ports llvm-config to avoid a
build error with firefox ports.

ok landry@
2019-03-04 07:03:54 +00:00
jsg
b0056ce6bc Prepare for llvm-config in base and use ports llvm-config to avoid a
build error.

ok bcallah@
2019-03-04 05:04:21 +00:00
bcallah
072d0f7d84 Update to pony-stable-0.2.0
Changelog: https://github.com/ponylang/pony-stable/releases/tag/0.2.0
2019-03-04 04:32:39 +00:00
bcallah
1f7704bca9 Update to ponyc-0.27.0
This is the first release to support LLVM 7.0.1
Changelog: https://github.com/ponylang/ponyc/releases/tag/0.27.0
2019-03-04 04:28:56 +00:00
jsg
efed4e7642 Prepare for llvm-config in base and use ports llvm-config to avoid a
build error.

ok rsadowski@
2019-03-04 01:09:39 +00:00
jsg
342fe78693 Prepare for llvm-config in base and use ports llvm-config to avoid a
build error.

ok bcallah@
2019-03-04 01:07:22 +00:00
sthen
a2e8cfbcc4 Makefile.template tweaks;
- mention that COMMENT usually starts lower-case
- COMPILER for C++ ports
- mention use of CONFIGURE_STYLE=none to override default from a module
- example do-gen/BUILD_DEPENDS for autogen.sh-type ports

ok kn@, ok/typo fix pamela@
2019-03-03 23:18:37 +00:00
sebastia
ab9f231262 Update the ancient version to the more recent 2016-07-R1, tested on
i386 and amd64 with a couple of different wifi adapters by myself
and kili@ test on amd64.

lots of things changed, gpsmap GUI is gone. security model changed,
see MESSAGE. Take over MAINTAINER from kili@

OK kili@
2019-03-03 23:11:04 +00:00
cwen
796c2f500d Update abcde to 2.9.3
OK stsp@
2019-03-03 21:07:16 +00:00
rsadowski
ae9979e722 Bugfix update qt-creator to 4.8.2 2019-03-03 20:12:48 +00:00