sthen
5795603022
add version checks for some known ports to $cve, reminded by and "Good for a start" espie@
2018-10-02 09:34:07 +00:00
rpointel
539028efad
update filebytes to 0.9.17.
2018-10-02 09:16:23 +00:00
rsadowski
e82ce63f60
Update universal-ctags-0.20180928
2018-10-02 06:38:17 +00:00
danj
ae311c4c6b
Register ifmcstat removal
2018-10-01 22:02:22 +00:00
sthen
eb1878f988
Use COMPILER=base-clang ports-gcc, c++11 is needed. From maintainer.
2018-10-01 20:45:07 +00:00
rsadowski
d0162f4147
Update dlib-19.16
2018-10-01 07:05:51 +00:00
danj
2cfdd718b2
Register py-pcs removal
...
I doubt anyone still has it installed, but a quirk is cheap.
2018-10-01 01:06:43 +00:00
ajacoutot
1ab17e390c
Update to libnfs-2.0.0.
...
from Brad (maintainer)
2018-09-30 10:58:44 +00:00
ajacoutot
de82d6b432
Sync with base:
...
Allow preemption of functions with protected visibility. Disallowing this
makes no sense. Yes it breaks function address equality and therefore
the expectations of the standard C language. However declaring symbols
with protected visibility isn't standard C in the first place.
from Brad (maintainer)
2018-09-30 10:57:28 +00:00
rpointel
3d800ff8e7
update olefile to 0.46.
2018-09-30 06:06:52 +00:00
rsadowski
679b155574
Update intellij-2018.2.4
...
From Caspar Schutijser (maintainer) Thanks!
2018-09-29 09:49:13 +00:00
ajacoutot
acdac49edd
Fix crash in pango_fc_font_key_get_variations() when key is null.
...
- from usptream
2018-09-29 08:16:31 +00:00
rsadowski
4a3f9136dc
Bugfix update catch2-2.4.1
2018-09-29 07:44:54 +00:00
ajacoutot
4d478461ea
Update to appstream-glib-0.7.13.
2018-09-29 07:11:10 +00:00
sthen
60170d874f
this lost its "#!/usr/bin/env php" -> "#!${MODPHP_BIN}" subst in r1.2; readd
2018-09-28 22:41:14 +00:00
sebastia
8a61fe719c
update to 1.5.0
2018-09-27 21:33:31 +00:00
sebastia
aab0539b42
Update to 0.2.0
2018-09-27 21:15:18 +00:00
ajacoutot
51a7041028
Python is actually needed at build time:
...
-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
CMake Error at CMakeLists.txt:43 (message):
Python not found, but required for tests
2018-09-27 13:16:04 +00:00
jasper
f0fab2c528
ifdef notyet the unveil call as some ports, at least mate-control-center,
...
run update-desktop-database during fake. unbreak bulk builds for now while
we figure out what is desired behaviour for such ports.
as discussed with aja@
2018-09-27 06:34:34 +00:00
rpointel
bb18c5c4a5
update xlsxwriter to 1.1.1.
2018-09-26 12:04:42 +00:00
sthen
202fbf484e
bump REVISION on ports using rust, to ensure that they pick up the fix
...
for out of bounds write due to integer overflow that was fixed in rust's
libstd (which is statically linked).
2018-09-25 21:16:37 +00:00
jasper
30950c3230
unveil the required directory with .desktop files and where the cache file needs
...
to be written out to.
this means update-desktop-database is using both pledge and unveil while it's
ran by root while consuming arbitrary input provided by upstream packagers!
ok aja@ (MAINTAINER)
2018-09-25 19:23:47 +00:00
jasper
b49d10e061
pledge remaining utilities provided by desktop-file-utils
...
ok aja@
2018-09-25 19:04:32 +00:00
ajacoutot
06c7b69b08
Update to meson-0.48.0.
...
- passed a bulk build
2018-09-25 06:51:44 +00:00
jasper
9c62776c59
/usr/share is not a valid data directory on OpenBSD for xdg/glib purposes
...
so remove it from the list returned by g_get_system_data_dirs().
ok aja@
2018-09-24 20:00:59 +00:00
bluhm
ed138240cf
+p5-IO-BufferedSelect
2018-09-24 15:49:38 +00:00
bluhm
9065bdf71c
import p5-IO-BufferedSelect 1.0
...
from Paul B. Henson; OK sthen@
Comment:
line-buffered select interface
Description:
The purpose of this module is to implement a buffered version of
the select interface that operates on lines, rather than characters.
Given a set of filehandles, it will block until a full line is
available on one or more of them.
2018-09-24 15:47:38 +00:00
ajacoutot
c141072e92
+1.16
2018-09-24 09:46:02 +00:00
ajacoutot
a8aef1ec2a
Import automake-1.16.1.
...
from Brad
ok sthen@ jasper@
2018-09-24 09:45:35 +00:00
bcallah
216c5a5651
Chase latest libFIRM+cparser code, call it 1.22.1pl2.
...
Notable user change: a 32-bit RISC-V backend.
Also bugfixes for the amd64 backend.
Shared library lost a function => major bump
2018-09-24 02:12:35 +00:00
jturner
18cc6e8a98
Update fossil to 2.7
...
Release notes can be found here: http://fossil-scm.org/index.html/doc/trunk/www/changes.wiki#v2_7
2018-09-24 01:41:51 +00:00
jsing
b75a8adcd0
Update devel/go-tools for Go 1.11 release.
2018-09-23 17:23:38 +00:00
jsing
c5a8b8ddd0
Update devel/go-sys for Go 1.11 release.
2018-09-23 17:21:29 +00:00
awolk
d657f2357a
mark net/corebird removal
...
OK danj@
2018-09-23 17:09:18 +00:00
rpointel
3e08056b34
update apktool to 2.3.4.
2018-09-23 15:24:22 +00:00
jsg
d68c5c7d98
remove BROKEN for armv7 and i386 gcc-linaro now builds fine
...
reported by Gregory Czerniak and reproduced locally on both archs
2018-09-23 08:32:03 +00:00
rsadowski
aa3d4bcf00
Update pycharm-2018.2.4
2018-09-22 15:01:43 +00:00
ajacoutot
706d1c70f3
Update to glib2-2.56.3.
2018-09-22 08:39:31 +00:00
jasper
ef86531bbe
update to py-ioflo-1.7.5
2018-09-22 08:26:00 +00:00
jasper
b5a706515f
update to json-glib-1.4.4
2018-09-22 06:11:11 +00:00
ajacoutot
8790d8dfed
2 patches from upstream:
...
- Initialize LiveRegs once in BranchFolder::mergeCommonTails
- [CodeGen] Initialize large arrays by copying from a global
from Brad (maintainer)
2018-09-21 08:56:06 +00:00
landry
508a2804e8
Update to proj 5.2.0
2018-09-20 06:08:40 +00:00
danj
3c60de35fd
Don't package conflicting files
...
Found by and ok espie@
2018-09-18 17:07:16 +00:00
pea
88819b206c
Update to 1.6
...
ok sthen@
2018-09-18 10:08:23 +00:00
bcallah
bfd2e3add2
Update to protozero-1.6.3
...
Changelog: https://github.com/mapbox/protozero/releases/tag/v1.6.3
ok bentley@
2018-09-17 23:33:15 +00:00
bcallah
bd10542f77
Only build libaio_compat on archs that flang supports, which is amd64 and
...
arm64 right now.
Noticed from the sparc64 build logs by landry@, thanks!
2018-09-16 19:34:46 +00:00
bket
ee91fb9562
Remove MODPY_FLAVOR from deps.
...
Adding MODPY_FLAVOR to deps should only be done when we have python3 as
possible FLAVOR. Noted by aja@.
2018-09-16 09:10:44 +00:00
ajacoutot
482ca16c44
Fix --exclude-libs option.
...
from Brad (maintainer)
2018-09-16 06:09:16 +00:00
bket
0574a2fabf
Let git-cola use qtpy from ports instead of bundled version.
...
Per kn@'s advice add ${MODPY_FLAVOR} to deps having py flavors. Take
MAINTAINER.
OK kn@
2018-09-16 04:55:44 +00:00
naddy
f7a37e95f7
For modern compilers, don't redefine nullptr to 0. It causes havoc
...
deep in the C++ standard library header files. Patch taken from an
intermediate upstream version.
2018-09-15 23:12:23 +00:00