sthen
2b3582899f
set CXX_host and CXX_target, without these an executable g++ binary was required
...
(build/common.gypi).
2019-08-29 20:43:36 +00:00
sthen
edf426b9e6
use FIX_EXTRACT_PERMISSIONS=, honour CC, fixes build on i386 now that
...
base-gcc has been removed.
2019-08-29 20:36:16 +00:00
sthen
f95b8a030e
mention in README that you should connect to https://localhost:8443/ to
...
configure, suggested by kn@. (this saves a bit of time figuring out which
of the 5 listening TCP ports is needed for this..)
2019-08-29 18:58:49 +00:00
fcambus
4b7af31ab9
Update spleen to 1.1.0.
2019-08-29 13:47:47 +00:00
jca
53c7e094f2
Netmasks returned by getifaddrs may have a zero af_family
...
Spotted by landry@ using gssdp-discover, input (and ok?) claudio@, ok
jasper@ (maintainer)
While here move pointer NULL check before dereferencing it.
2019-08-29 13:22:20 +00:00
landry
6243ac86e3
Forgot to remove patch, reported by naddy@
2019-08-29 11:37:37 +00:00
solene
d76cc947f6
Update to go-ipfs-0.4.22
...
now DISTFILE includes version number (from jca)
2019-08-29 10:40:53 +00:00
kirby
689a1a30d1
update to seafile-7.0.2
2019-08-29 08:24:45 +00:00
lteo
ccbf3832f4
Update to Snort 2.9.14.1, from maintainer Markus Lude.
2019-08-29 02:47:15 +00:00
kmos
ea235e2da3
Update devel/py-yapf from 0.26.0 -> 0.28.0
...
From Paco Esteban. Thank you very much!
2019-08-28 22:29:50 +00:00
sthen
6b2231038c
update to Dovecot 2.3.7.2 / Dovecot Pigeonhole 0.5.7.2, from Brad
...
CVE-2019-11500 https://dovecot.org/pipermail/dovecot/2019-August/116873.html
2019-08-28 22:02:07 +00:00
kmos
077ba465e2
Fix test for py-artifacts by adding a MODPY_PYTEST line.
...
OK rpointel@ (maintainer)
2019-08-28 21:50:47 +00:00
bcallah
f403edf984
Update to seed7-20190819
2019-08-28 20:25:24 +00:00
robert
c4355ac29b
rename the electorn distfile to include the chromium version as well
2019-08-28 18:34:56 +00:00
anton
8270fa5468
Update to mdsort-4.1.0.
2019-08-28 16:26:19 +00:00
naddy
baf3d45673
mark BROKEN: excessive warnings generate a 319 MB log file
2019-08-28 14:12:49 +00:00
landry
d758a9147d
Update to nspr 4.22.
...
add a bunch of patches from #1575821 to fix building tests (regressed by
#1535665 )
2019-08-28 13:38:14 +00:00
ajacoutot
6f87de7424
Update to webkitgtk4-2.24.4.
2019-08-28 12:24:21 +00:00
sthen
3eaea213ee
make with DPB_PROPERTIES=lonesome on i386, it uses too big to build
...
alongside anything else (approx 3GB RAM)
2019-08-28 11:59:29 +00:00
landry
cdfd2346b4
Update to pdal 2.0.1.
2019-08-28 06:53:02 +00:00
kmos
00a29dcd8a
Update devel/py-arrow 0.14.2 -> 0.14.5
...
From Paco Esteban. Thank you very much!
2019-08-27 23:02:55 +00:00
robert
4d5f3e47a8
update to 76.0.3809.132 and regen electron tarball to reflect the change
2019-08-27 19:59:38 +00:00
naddy
51e232d0eb
maintenance update to 4.4
2019-08-27 19:57:19 +00:00
awolk
157bc7f8ed
Add datadir to default databases/postgresql flags
...
While here, stop trying to remove postmaster.pid in rc_start as
pg_ctl already handles that.
OK sthen@, pea@
2019-08-27 19:49:46 +00:00
bcallah
a503999b7f
Update to the latest flang. Note the major bump on libflang.
2019-08-27 16:02:47 +00:00
landry
de2125a0eb
Update to buildbot/buildslave 2.4.0.
2019-08-27 15:35:55 +00:00
robert
134d765dd8
fix packaging by not hardcoding the architecture of the machine in the plist
2019-08-27 15:30:09 +00:00
jca
ec766bf783
Remove g77 as a valid fortran compiler
...
Last consumer was audio/cmu-sphinx3. ok daniel@
2019-08-27 14:30:38 +00:00
jca
2ba11088de
Build with gfortran instead of g77
...
Last g77 consumer. Thanks to daniel@ for spotting a local diff I had
missed, and for providing a similar diff.
2019-08-27 14:22:47 +00:00
ajacoutot
d893fd7317
Update terraform providers.
2019-08-27 11:53:36 +00:00
ajacoutot
7dd56cdeab
Missing BDEP on py-setuptools_scm.
...
rpeorted by naddy@
2019-08-27 11:29:24 +00:00
ajacoutot
5bdb266a88
Update to awscli-1.16.226.
2019-08-27 11:24:46 +00:00
ajacoutot
360f578ebd
Update to py-boto3-1.9.216.
2019-08-27 11:24:29 +00:00
ajacoutot
bf60c56f89
Update to py-botocore-1.12.216.
2019-08-27 11:24:15 +00:00
ajacoutot
44804e8963
Update to meson-0.51.2.
2019-08-27 11:08:55 +00:00
bket
7b1ebc9121
Update to py-influxdb-5.2.3.
...
Changelog can be found at
https://github.com/influxdata/influxdb-python/blob/v5.2.3/CHANGELOG.md
2019-08-27 10:34:13 +00:00
landry
4adde67281
Add -std=gnu99 to CFLAGS, fixes the build on non-clang archs.
...
Discussed with jca@ and cwen@, simpler than chasing the various
declarations inside code all around..
2019-08-27 06:55:06 +00:00
pamela
0bc4a09873
Register py-mastodon.py python2 removal
...
OK danj@
2019-08-27 03:21:32 +00:00
kmos
1e25b433a5
Update www/tootstream 0.3.6 -> 0.3.7
...
toostream now supports the new py-mastodon.py
With the update of py-mastodon.py I need to commit this
Include a patch that relaxes the requirement on py-mastodon.py
from exact version match of 1.4.5 to <1.5.0. This patch has been
upstreamed and will be in the next release.
OK kn@ phessler@
2019-08-27 03:20:18 +00:00
pamela
aa786c712f
unhook py-mastodon.py,python3
2019-08-27 03:18:28 +00:00
pamela
e564e661ac
update www/py-mastodon.py 1.3.1 -> 1.4.6
...
remove python2 flavor and update maintainer email
OK kn@ kmos@ tweak and OK phessler@
2019-08-27 03:16:26 +00:00
afresh1
5cb3b89779
Update mail/p5-Email-Sender to 1.300031
...
From wen heping <wenheping2000 () hotmail ! com>
2019-08-27 02:03:32 +00:00
kn
dc34d1f586
Assign and export variables at once
...
No need for separate lines as already done elsewhere;
2019-08-26 23:38:12 +00:00
kn
31a819f791
Update to git 2.23.0
...
Lots of fixes and improvements, new git-switch(1) and git-restore(1):
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.23.0.txt
`WANTLIB += charset' comes through `git fast-export/import' now "handl[ing]
commits with log messages in encoding other than UTF-8 better".
Add myself as second maintainer while here.
OK benoit
2019-08-26 23:35:24 +00:00
naddy
907facf457
update to 1.25.12: OSS Fuzz fixes for the ID3v2 parser
2019-08-26 20:18:12 +00:00
bcallah
af2c9109db
Update to icewm-1.6.1
...
Changelog: https://github.com/ice-wm/icewm/releases
Drop myself as maintainer
macppc testing and ok cwen@
2019-08-26 19:43:45 +00:00
pamela
52612a27da
Add removal of py2 port as obsolete package reason
...
suggestion danj, input juanfra
OK kn, espie, kmos
2019-08-26 17:51:38 +00:00
jasper
fce2e05e0b
update to py-cryptodome-3.8.2
2019-08-26 17:39:02 +00:00
jasper
467c5a5f6b
update to ansible-2.8.4
2019-08-26 17:35:21 +00:00
espie
700f67acb9
let junk log to each affected port
...
okay sthen@ for the version without a switch to turn it off.
2019-08-26 16:51:38 +00:00