sthen
66d2881c13
update to py-service_identity-18.1.0, based on a diff from Linda Lapinlampi
...
with a few changes
2019-02-04 19:38:55 +00:00
bket
af1d9cf0ec
Change Makefile's in net/unison to make them more consistent. Suggested
...
by jca@.
OK jca@
2019-02-04 18:55:08 +00:00
jasper
e9751e545f
adjust type of iterator after gl_pathc became a size_t
...
ok jca@
2019-02-04 18:50:56 +00:00
jasper
65ffc2c2a4
- drop patch now that gl_pathc is size_t
...
- switch HOMEPAGE to https while here
2019-02-04 18:30:25 +00:00
sthen
cf88f7778a
Fix pthread bug causing a crash after executing external programs (and
...
possibly in other situations). Found in upstream repo by Mikolaj Kucharski
after I analysed the problem and proposed a different fix.
2019-02-04 17:44:43 +00:00
ajacoutot
b4dbebfb29
Bring all stable patches from upstream.
...
Still broken at runtime but at least we have a base to start and fix
things.
2019-02-04 17:05:42 +00:00
ajacoutot
346116cfdd
Update to evolution-ews-3.30.5.
2019-02-04 17:00:58 +00:00
ajacoutot
07601909c5
Update to evolution-3.30.5.
2019-02-04 17:00:42 +00:00
ajacoutot
7c1877a6d8
Update to evolution-data-server-3.30.5.
2019-02-04 17:00:22 +00:00
jca
ed91f63165
Fix DISTNAME/PKGNAME
...
Encode the "vX" part in distfiles, translated as "plX" in PKGNAME.
Makes it possible to update to v2.48.15v4, which is needed with newer
OCaml version.
ok sthen@ bket@ (maintainer)
2019-02-04 16:23:30 +00:00
jasper
47fa86b1ab
missing BDEP on help2man
2019-02-04 15:46:37 +00:00
rapha
ff2ab81b25
Update to wabt-1.0.8
...
Tested by Fabian Raetz, ok tb@
2019-02-04 14:13:04 +00:00
jca
c4b7885c73
Stop hardcoding -lstdc++ to unbreak on aarch64
...
Spotted in
http://build-failures.rhaalovely.net/aarch64/2019-01-24/security/gpgme.log
2019-02-04 13:49:07 +00:00
fcambus
113718a6b7
Update mame to 0.206.
2019-02-04 10:12:52 +00:00
pascal
6ae9e7e1b2
Update to SuperTux 0.6.0.
2019-02-04 10:02:07 +00:00
fcambus
f04a53714c
Update xa to 2.3.9.
2019-02-04 09:42:01 +00:00
jca
41f5ab9fa7
Unbreak test, our sed(1) doesn't handle NUL bytes and \xff-style syntax
...
ok sthen@ Nam Nguyen (maintainer)
2019-02-03 22:40:38 +00:00
benno
b1c9d23a6c
add new port yubico-piv-tool to the build
...
ok sthen@
2019-02-03 21:26:40 +00:00
benno
aa75272b58
add a port for the Yubico Personal Identity Verification (PIV) Tool
...
ok sthen@
2019-02-03 21:24:08 +00:00
juanfra
d8236a6b87
Update to gerbil 0.15. From Timo Myyra (MAINTAINER).
...
I increased the limits for the build because it didn't work on my
system with the defaults.
2019-02-03 18:32:50 +00:00
jca
822c559486
Back out the -msave-args addition, it breaks lang/rust on amd64
...
Pointed out by semarie@
2019-02-03 18:29:48 +00:00
bcallah
8d1646d83c
+jgmenu
2019-02-03 15:47:28 +00:00
bcallah
c44a2793a8
Import x11/jgmenu, a freedesktop-compliant menu for openbox and tint2.
...
Original submission by J. Scott Heppler -- thanks!
Tweaks/revisions by sthen@ and me, ok sthen@
jgmenu is a stand-alone, simple and highly configurable menu application
for Linux and BSD. Although originally written to be used with openbox
and tint2, it is not in any way dependent on these and can be used with
other panels and window managers.
2019-02-03 15:47:09 +00:00
sthen
6191171448
fix with newer perl, @INC .
2019-02-03 13:31:13 +00:00
sthen
6b44706f57
fix with newer perl, @INC .
2019-02-03 13:30:06 +00:00
sthen
e1b1c45ec9
fix with newer perl, @INC .
2019-02-03 13:17:45 +00:00
sthen
e3fffe0f16
fix with new perl. using PERL_USE_UNSAFE_INC for this one because the pain
...
to do anything else is too high (perl -e run from a configure script ...).
2019-02-03 12:54:45 +00:00
sthen
ba9d9e79a1
mark BROKEN-i386, needs fixing for LLD
2019-02-03 12:43:40 +00:00
sthen
aa67748a7a
add . to @INC for new perl
2019-02-03 12:41:19 +00:00
sthen
a8428f7647
Use https for comstyle.com MASTER_SITES lines. From Brad.
2019-02-03 12:30:10 +00:00
ajacoutot
8ae52e8ad6
Update to consul-1.4.2.
2019-02-03 08:47:09 +00:00
ajacoutot
55287638ed
Update to packer-1.3.4.
2019-02-03 08:44:39 +00:00
ajacoutot
7ed7ae35aa
Update teraform providers.
2019-02-03 08:37:51 +00:00
ajacoutot
0c58a51178
Update to osinfo-db-tools-1.3.0.
2019-02-03 08:24:32 +00:00
bentley
8ab8463748
Fix build with ffmpeg-4.1.
...
ok jeremy@ (maintainer)
2019-02-03 03:58:35 +00:00
juanfra
233b44392f
Update to cython 0.29.4.
2019-02-02 21:12:30 +00:00
pascal
55428121e1
Have aarch64 default to GCC 8.
...
ok sthen@ phessler@
2019-02-02 18:44:38 +00:00
pascal
823d8d28c3
Hook up gcc 8.
...
ok sthen@ phessler@
2019-02-02 18:44:03 +00:00
juanfra
133c95e585
SECURITY:
...
Prior to 4.9, it's possible to use symlinks and subrepositories to defeat
Mercurial's path-checking logic and write files outside a repository.
As per recommendation of Augie Fackler (Mercurial developer), I'm
creating a global rc file to disable subrepos or any future dangerous
feature. If you need subrepos support, you can enable it in the
project rc file (i.e. myrepo/.hg/hgrc). Use it only with really trusty
sources.
2019-02-02 15:26:07 +00:00
kirby
6c1196cbce
update to gammu-1.40.0
2019-02-02 15:25:29 +00:00
rpointel
5bb2f94789
inputs from brad@, Makefile can be simplified and upstream has fixed the build
...
on OpenBSD.
2019-02-02 10:38:44 +00:00
jeremy
c63d89a621
Update to mime-types-data 3.2018.0812
...
From George Rosamond
2019-02-02 02:02:43 +00:00
jeremy
86dc47a5ed
Update to mime-types 3.2.2
...
From George Rosamond
2019-02-02 02:01:28 +00:00
jeremy
422d57c96f
Update to mini_mime 1.0.1
...
From George Rosamond
2019-02-02 01:59:32 +00:00
sthen
c675d47c09
update to mutt-1.11.3
2019-02-01 23:55:59 +00:00
sthen
dc1321b69f
regen patch, no pkg change
2019-02-01 22:56:46 +00:00
juanfra
2275239921
Add PORTHOME.
2019-02-01 21:30:00 +00:00
naddy
97f74fa7a8
update to 2.48, revised from a submission by Andreas Kusalananda Kahari
2019-02-01 21:26:29 +00:00
cwen
5879fc84ba
Fix missing escape in Puffy's ascii logo
...
Reminded by and OK solene@, OK bcallah@
2019-02-01 21:23:39 +00:00
jasper
e9652e0dff
fix path to wordllists
...
ok rpointel@ (MAINTAINER)
2019-02-01 20:40:43 +00:00