19241 Commits

Author SHA1 Message Date
ajacoutot
15edcbaa9c Bump version. 2018-03-19 08:44:54 +00:00
danj
71f127c9fa Fix packaging on !amd64
Problem noticed by sthen@
2018-03-18 20:46:43 +00:00
sthen
f694e026e0 update to nasm-2.13.03, from Brad. (all dep's built, on i386 which has many
more things using this than amd64 does).
2018-03-17 16:22:15 +00:00
jsg
0a20bdc5f7 update to include-what-you-use 0.9
from Brad
2018-03-17 01:31:21 +00:00
fcambus
b124a806ee Register removal of advancemess. 2018-03-16 22:06:26 +00:00
jasper
e1fbde4098 update to autoconf-archive-2018.03.13 2018-03-16 20:42:23 +00:00
danj
d265da729c + pycharm 2018-03-16 14:09:07 +00:00
danj
fcad79b134 Import pycharm-2017.3.4, based on intellij port with tweaks from juanfra@
ok rpointel@, rsadowski@, and juanfra@

The PyCharm IDE provides smart code completion, code inspections, on-the-fly
error highlighting and quick-fixes, along with automated code refactorings and
rich navigation capabilities.
2018-03-16 14:07:12 +00:00
rpointel
cfc2fef61b + SUBDIR += py-intervaltree
+     SUBDIR += py-intervaltree,python3
2018-03-16 13:09:38 +00:00
rpointel
8813f82892 import intervaltree, editable interval tree data structure for Python 2 and 3.
ok benoit@.
2018-03-16 13:08:35 +00:00
rsadowski
a429bfe2bd Bugfix update to 4.5.2 2018-03-15 20:04:34 +00:00
ajacoutot
cc7ba07a22 Update to xdg-user-dirs-0.17. 2018-03-15 09:57:34 +00:00
landry
4f24eb085b Update to nspr 4.19, required by gecko 60. 2018-03-14 17:14:49 +00:00
ajacoutot
0855b988bc Update to goffice-0.10.39. 2018-03-14 14:41:39 +00:00
jsing
c590b3d8d9 Update devel/go-tools for Go 1.10.
ok jasper@
2018-03-14 14:21:09 +00:00
jsing
cbc12dceaf Update devel/go-sys for Go 1.10.
ok jasper@
2018-03-14 14:17:59 +00:00
rsadowski
a629d34d9b Update cmake to 3.10.2
Initial diff from me and revised diff from dcoppa@.
COMPILER tweak from jca@ and many bulks from landry@. Thanks!

ok dcoppa@ landry@ jca@
2018-03-14 12:24:54 +00:00
ajacoutot
f8031fe103 Update to appstream-glib-0.7.7. 2018-03-14 10:03:33 +00:00
ajacoutot
8039017d9c Update to meson-0.45.0.
- tested in a bulk
2018-03-12 07:44:14 +00:00
sthen
8e5d6906cb Security update to SDL2_image-2.0.3, from Thomas Frohwein (taking maintainer)
Also (from me): regen patches and set SDL2 pkgspec as it now depends on 2.0.8+
2018-03-11 22:42:00 +00:00
sthen
0ea013ab5a update to SDL2-2.0.8, from Thomas Frohwein (taking maintainer). Adds an
optional mapping of the Gamecontroller API via the SDL_GAMECONTROLLERCONFIG
env var (see new pkg-readme).
2018-03-11 22:40:20 +00:00
kn
2f29d35507 + pkgconf 2018-03-11 22:39:44 +00:00
kn
9337125c6c Import pkgconf
pkgconf is a program which helps to configure compiler and linker flags for
development libraries. It is similar to pkg-config from freedesktop.org.

From Adam Steen with feedback from and OK sthen.
2018-03-11 22:34:40 +00:00
ajacoutot
6c1ef47f35 Update to harfbuzz-1.7.6. 2018-03-11 08:12:57 +00:00
rpointel
e781e5c7b0 + SUBDIR += py-funcy
+     SUBDIR += py-funcy,python3
2018-03-11 05:29:59 +00:00
rpointel
7be188b957 import funcy, a fancy and practical functional tools.
ok benoit@.
2018-03-11 05:27:48 +00:00
rpointel
689365086f + SUBDIR += jadx 2018-03-10 14:46:40 +00:00
rpointel
bc0c656dcf import jadx: a dex to java decompiler.
ok benoit@.
2018-03-10 14:45:43 +00:00
jasper
af7fc5853f register xerces removal 2018-03-10 12:50:18 +00:00
sthen
89d7c1216c oops, plist reordered -> bump. reported by naddy@ 2018-03-09 12:40:14 +00:00
jsg
4ba39943a1 Build libLLVM.so and link tools with it.
This seems to be the way almost all Linux distributions and BSDs ship
LLVM and is what Mesa expects.  There are concerns this may cause issues
if ports start linking it, hopefully this won't happen as everything
links libLLVM-X.Y.so where X.Y is the branch version which will have the
same ABI throughout X.Y.Z releases.  The rust port explicitly links
statically even if shared libLLVM is available.

Patch cmake files in a similiar way to a patch in NetBSD pkgsrc to
correct symbols not getting added to the shared library on OpenBSD.

Use the documented cmake var for RTTI while here.

ok brad (MAINTAINER) sthen@ bcallah@
2018-03-09 03:01:22 +00:00
kili
3859afbcf0 + devel/shellcheck. 2018-03-08 20:49:10 +00:00
kili
4324627c04 Import devel/shellcheck.
ShellCheck is a shell script static analysis tool. The goals of
ShellCheck are:

 * To point out and clarify typical beginner's syntax issues, that
   causes a shell to give cryptic error messages.
 * To point out and clarify typical intermediate level semantic
   problems, that causes a shell to behave strangely and
   counter-intuitively.
 * To point out subtle caveats, corner cases and pitfalls, that may
   cause an advanced user's otherwise working script to fail under
   future circumstances.

From (maintainer) Caspar Schutijser.

ok kn@, sthen@.
2018-03-08 20:47:50 +00:00
sthen
d8b7fd3abe +py3-typing 2018-03-08 15:08:50 +00:00
rpointel
ae18a8d05d + SUBDIR += py-plugnplay
+     SUBDIR += py-plugnplay,python3
2018-03-08 09:18:31 +00:00
rpointel
0ee75edf0c import py-plugnplay, a generic plug-in system for python
inputs and ok sthen@.
2018-03-08 09:17:04 +00:00
rpointel
1f77c0000b + SUBDIR += py-tabulate
+     SUBDIR += py-tabulate,python3
2018-03-08 09:11:48 +00:00
rpointel
7b9db44d0d import tabulate, pretty-print tabular data.
ok sthen@.
2018-03-08 09:08:11 +00:00
bcallah
5616dfc4fb Update sdcc to 3.7.0
Changelog: http://sdcc.sourceforge.net/index.php#News
ok benoit@
2018-03-07 21:34:43 +00:00
juanfra
d1399185b9 Unhook hgview. Noticed by danj@. 2018-03-07 15:12:45 +00:00
ajacoutot
4bd85207ca Unbreak.
reported by naddy@
2018-03-07 15:09:20 +00:00
juanfra
2c53857d06 Update to tortoisehg 4.5. 2018-03-07 13:37:10 +00:00
juanfra
324c778b88 Update to hg-git 0.8.11. Maintainer timeout. 2018-03-07 13:36:27 +00:00
juanfra
dbdd42f1e3 Update to dulwich 0.18.6. Maintainer timeout. 2018-03-07 13:35:34 +00:00
juanfra
d1e7d7cf0c Update to mercurial 4.5.2. 2018-03-07 13:34:38 +00:00
juanfra
839b0ddd38 Remove hgview. It's not compatible with mercurial 4.5 and upstream has
not released a new version for years. I've not received objections.
2018-03-07 13:34:09 +00:00
sthen
aac6ceb7be new i386 bootjdk 2018-03-07 11:04:24 +00:00
sthen
939902269a extra bit needed to use different dated bootjdk files between i386+amd64 2018-03-06 22:56:15 +00:00
sthen
ff1a0d0f7a regenerate amd64 bootstrap (will do i386 later) 2018-03-06 22:46:53 +00:00
kn
2df20c74c7 Fix false positive for MODPY_VERSION substitution.
OK sthen
2018-03-06 22:20:53 +00:00