bcallah
16bb3d11c4
lang/flang/flang also has a BDEP on devel/llvm.
...
spotted by naddy@ -- thanks!
2018-01-02 14:17:52 +00:00
robert
50c044b7e6
update to 5.8.0.88; but keep it as BROKEN until the following issue is
...
fixed:
starting from 5.x, mono uses the csc (rosyln) compiler by default,
instead of mcs and csc is completely broken on OpenBSD for now, however
mcs can be used to build mono itself and other code as well.
there is an ongoing effort to fix this so i am commiting this so
that it is easier to work on it
2018-01-02 13:19:10 +00:00
bentley
c077f5bf91
Avoid failure caused by coreutils disappearing during build.
...
Noticed by espie@
2018-01-02 11:16:37 +00:00
rsadowski
b1b3ea28c9
hook clazy and add lang in CATEGORIES
2018-01-01 20:28:44 +00:00
rsadowski
633df38fe3
unhook clazy; wrong category
...
Hint by kili@
2018-01-01 20:23:07 +00:00
anton
fb01677c87
Update to pick-2.0.1.
...
While here, remove the Werror compiler flag.
ok bcallah@
2018-01-01 19:30:43 +00:00
bcallah
d04c5e513d
Change these to my openbsd email address and bump.
...
ok giovanni@
2018-01-01 18:11:46 +00:00
bcallah
ce4e93d46e
nfoview HOMEPAGE moved. Update and bump.
2018-01-01 17:07:02 +00:00
bcallah
b6b2ba4563
+libb2
2018-01-01 15:41:38 +00:00
bcallah
1e678dd695
Import security/libb2, a library providing BLAKE2b, BLAKE2s, BLAKE2bp,
...
BLAKE2sp
Submission by Bjorn Ketelaars <bjorn.ketelaars AT hydroxide DOT nl>, who
takes MAINTAINER -- thanks!
ok sthen@
2018-01-01 15:40:55 +00:00
sthen
22158ab29e
update to dhcpcd-7.0.0
2018-01-01 14:58:24 +00:00
sthen
8c9edbc27f
update to get_iplayer-3.09
2018-01-01 14:35:40 +00:00
sthen
509b551836
update to sslscan-1.11.11
2018-01-01 14:35:24 +00:00
robert
a18189fddd
forgot to commit this patch in the previous commit for fixing the build
2018-01-01 13:37:49 +00:00
bluhm
961fcc8c08
update p5-Test-Portability-Files to 0.09
2018-01-01 12:34:10 +00:00
rsadowski
1ece5f01dd
+clazy
2018-01-01 11:31:07 +00:00
rsadowski
5c8b4792c8
Import devel/clazy, a static source code analyzer for Qt5-based C++.
...
Tweaks and ok bcallah@
clazy is a compiler plugin which allows clang to understand Qt semantics.
You get more than 50 Qt related compiler warnings, ranging from unneeded memory
allocations to misusage of API, including fix-its for automatic refactoring.
2018-01-01 11:30:16 +00:00
jasper
0e65d2580c
update to birdfont-2.21.0
2018-01-01 10:59:24 +00:00
jasper
de8c6f1dac
update to lynis-2.5.8
...
ok gonzalo@ (MAINTAINER)
2018-01-01 10:02:30 +00:00
sthen
9165a6ba70
mark BROKEN-i386, clang segfault
2018-01-01 02:31:19 +00:00
bcallah
1999a476a2
+returntotheroots
2018-01-01 01:04:14 +00:00
bcallah
bd4e906130
Import games/returntotheroots, an open source engine remake of The Settlers
...
2.
ok awolk@
Return To The Roots is a fan project which aims to renew the original
The Settlers 2.
We aim to create new features such as a multiplayer mode via the
Internet as well as support for modern hardware.
You will need an original copy of "The Settlers 2 Gold Edition" to play
Return To The Roots.
The Settlers 2 is a 4X game similar to Civilization and Alpha Centauri.
Comes with a game client (s25client) and map editor (s25edit).
2018-01-01 01:03:55 +00:00
kili
86c0ab63c6
Update to gummi-0.6.6.
...
Tested by Sebastian Neuper, thanks!
2017-12-31 20:05:45 +00:00
jca
6fe1321f41
Avoid a NULL pointer dereference due to missing sndio capture backend.
...
Backport a fix from upstream to avoid the crash. The code has changed
since and all backends have been converted to the "new style" backend
API. Fix tested by David Carlier (maintainer) and Thomas Frohwein.
2017-12-31 18:46:26 +00:00
bcallah
0c6b7c30e6
+flang
2017-12-31 18:07:01 +00:00
bcallah
39cdc696a6
Import lang/flang, the LLVM Fortran compiler.
...
ok rsadowski@
This is divided into two sub-ports, driver which is a modified clang that
provides the flang command, and flang which provides the compiler passes.
Executing 'pkg_add flang' will get you everything you need.
2017-12-31 18:06:38 +00:00
ajacoutot
ae5a36587b
print/poppler,-qt5 -> print/poppler,,-qt5 to unbreak (missing comma)
...
from Bryan Everly (maintainer)
2017-12-31 17:39:38 +00:00
bcallah
234607ceac
Update to wtf-20171222
2017-12-31 14:03:15 +00:00
rsadowski
6e1548eb75
Update intellij to 2017.3.2, from maintainer Caspar Schutijser
2017-12-31 13:48:24 +00:00
espie
8200732ee9
the 'Awaiting lock' check doesn't belong in generic watcher, so inherit from
...
it for the special "build port" job, and track the lock just once, on the
first tasks that will run in ports (e.g., show-prepare-results and inbetween)
2017-12-31 13:03:07 +00:00
espie
77333b9891
set the watcher before starting the build, so that it exists when we want
...
to tweak it.
2017-12-31 13:01:53 +00:00
kirby
f10f143b3c
builds fine on macppc so donn't mark it as BROKEN-powerpc.
2017-12-31 10:09:04 +00:00
kirby
0988343048
Remove BROKEN-powerpc as it builds fine there. Tested with some Qt5-based
...
ports.
If it builds, ship it! jca@, ok rsadowski@
2017-12-31 09:50:53 +00:00
robert
c3b3e1df7f
use system graphics/glm; fixes build breakage
2017-12-31 09:00:27 +00:00
ajacoutot
2319ee9f62
Update providers to their latest release.
2017-12-31 08:59:06 +00:00
sthen
533a670359
+py-colored
2017-12-31 01:52:32 +00:00
sthen
b42c6dc15f
import ports/textproc/py-colored, from Klemens Nanni, ok bcallah@
...
colored is a very simple Python library for color and formatting in terminal.
It includes a collection of color codes and names for 256 color terminal setups.
2017-12-31 01:52:09 +00:00
sthen
12d5073265
update to FLdigi 4.0.13
2017-12-30 22:02:40 +00:00
sthen
66ede5f976
reenable unity build on amd64
2017-12-30 21:59:21 +00:00
sthen
0ddce3cd3d
update to ripe.atlas.tools 2.2.2, originally from florian@, plus patch to
...
revert an upstream change which causes escaped ansi colour sequences to be
printed to the console (e.g. "b'\x1b[32m").
2017-12-30 21:57:21 +00:00
sthen
e96ccb34c0
update to ripe.atlas.sagan-1.2.2, from florian@
2017-12-30 21:43:25 +00:00
sthen
b53a069bf5
update to ripe.atlas.cousteau-1.4, from florian@
2017-12-30 21:42:57 +00:00
sthen
df313c3eaf
update to borgbackup 1.1.4, from maintainer Björn Ketelaars
2017-12-30 21:38:48 +00:00
kirby
522013bc4f
build and works fine on macppc, so remove BROKEN-powerpc.
...
OK bcallah@, MAINTAINER
2017-12-30 14:12:20 +00:00
bcallah
34141c2dba
Update to coreutils-8.29
...
Changelog: http://git.savannah.gnu.org/cgit/coreutils.git/tree/NEWS
ok sadowski@
2017-12-30 13:32:53 +00:00
espie
e7343419e8
Hum, forgot about pkg_add in the depends stage.
...
revert temporarily
this check needs to move anyway, this is highly Job/Port specific
2017-12-30 10:47:23 +00:00
espie
5854dc8693
Only check for Awaiting Lock on the *first* frozen moment.
...
There's no need to reset the slate later, as we're already building.
2017-12-30 10:40:58 +00:00
ajacoutot
908da1557f
Update to liferea-1.12.1.
2017-12-30 09:21:49 +00:00
ajacoutot
746b0093de
Update to py-enchant-2.0.0.
2017-12-30 09:05:23 +00:00
ajacoutot
2f50f16da6
Update to py-cssutils-1.0.2.
2017-12-30 09:05:05 +00:00