schwarze
dfcf3ff1a4
Minimally patch up the extremely crappy mjpegtools(1) manual to give
...
it a chance to render at all.
While here, drop USE_GROFF. While mjpegtools(1) does contain .ec, it
never passes an argument and never calls .eo, so it has no effect.
2017-06-03 16:14:00 +00:00
espie
2c4bade992
sooner or later, we'll run into ports that really require a gcc...
2017-06-03 15:02:26 +00:00
espie
dc48693cee
allows base clang to pass the bootstrap step, even though there are lots
...
of issues later
2017-06-03 15:01:46 +00:00
espie
b5b3ec374e
clean up Vadim's mess, reorg file so that what we're doing is actually
...
documented
2017-06-03 14:59:11 +00:00
schwarze
f0be331ae3
identical formatting, drop USE_GROFF and bump
2017-06-03 14:28:40 +00:00
espie
ba314be8e1
let it build with clang. patches similar to pkgsrc and freebsd
2017-06-03 14:25:16 +00:00
sthen
48265fdc3a
update to openldap-2.4.45, rolling in the vuln fix previously patched.
...
upstream added openssl 1.1.x support, so patch to cope with various
OPENSSL_VERSION_NUMBER ifdefs.
2017-06-03 13:17:41 +00:00
sthen
a9eeb52a2b
update to neomutt-20170602
2017-06-03 13:09:06 +00:00
espie
aca6ef4006
fixes for clang
2017-06-03 13:03:34 +00:00
sthen
5d9e8a595d
update to ispell-3.4.00 and patch to fix some implicit declarations, done
...
while investigating a crash (bogus free) reported by Bryan Linton when running
"DICTIONARY=/usr/local/lib/ispell/american.hash ispell" (but it doesn't fix this)
2017-06-03 12:46:37 +00:00
espie
1177bd944d
in this case, bogus warning flags are enough to make it not build with
...
clang... so fix it
2017-06-03 11:17:58 +00:00
jca
7e93bbf130
Fix build on i386, requires 64 bits atomics
...
This means you need at least an i586 processor to run knot. The other
32 bits archs are probably still broken.
Reported by & ok sthen@
2017-06-03 10:44:41 +00:00
espie
d55c3cf9d8
that old shit actually tried to create directories under /usr/local
...
during configure...
2017-06-03 10:15:25 +00:00
espie
8eb31962be
bogus option makes it error out with clang
2017-06-03 10:09:10 +00:00
ajacoutot
29d946e501
stdc++, estdc++ -> ${LIBCXX}, ${LIBECXX}
2017-06-03 09:57:19 +00:00
pirofti
2d18623b49
Security update for textproc/libxml
...
Patches for CVE-2017-9047, CVE-2017-9048, CVE-2017-9049, CVE-2017-9050.
From Matthias Pitzl, thanks!
OK ajacoutot
2017-06-03 09:40:42 +00:00
benoit
12edbc520e
Update to libspectrum-1.3.4.
2017-06-03 09:20:32 +00:00
kili
a850837b13
Quick fix: drop manpages rendered to PostScript from plist.
...
However, this is not enough, because if groff is installed,
the .ps files will be generated. I'll have a look on how to
completely disable the use of groff here, as suggested by
Ingo.
2017-06-02 23:43:00 +00:00
schwarze
84613f6afa
almost identical formatting, drop USE_GROFF and bump
2017-06-02 23:25:03 +00:00
schwarze
32b5a29cc2
no relevant formatting differences, drop USE_GROFF
...
and bump those three of the four pacakges that change
2017-06-02 23:17:07 +00:00
schwarze
c0cd71794c
no relevant formatting differences, drop USE_GROFF and bump;
...
committing from i386
2017-06-02 22:41:28 +00:00
kili
f76f9118c6
Append snappy-java-1.1.2.6.jar:0 to DISTFILES instead of using SUPDISTFILES.
...
ok sthen@
2017-06-02 22:37:49 +00:00
schwarze
7a499ab900
fix manual page that is completely broken with both groff and mandoc,
...
and drop USE_GROFF while here
2017-06-02 20:47:12 +00:00
schwarze
74ae7bd0fb
drop USE_GROFF and bump; mandoc groks enough \l now
2017-06-02 20:22:01 +00:00
schwarze
f9f5fa6c52
drop USE_GROFF and bump; mandoc groks enough \l now
2017-06-02 19:54:15 +00:00
jasper
1f9bea6f28
update beats to 5.4.1
2017-06-02 17:52:05 +00:00
jasper
9f9b6421bd
update to elasticsearch-5.4.1
2017-06-02 17:43:55 +00:00
jasper
8743e5d75d
- update to ansible-2.3.1, includes a fix for CVE-2017-7481
2017-06-02 17:39:05 +00:00
jasper
217742e070
unbreak password_hash('blowfish')
...
originally reported by jiri b.
2017-06-02 17:24:39 +00:00
sthen
60661e59f0
mtr tweaks:
...
- fix displayed version string (problem from github tarball).
- add a new _mtr user
- drop mtr-packet to _mtr rather than to getgid()/getuid()
- chroot to /var/empty
2017-06-02 16:50:16 +00:00
sthen
08379f83f9
reserve uid for mtr
2017-06-02 16:47:23 +00:00
sthen
01a60b3c2b
update to unifi-5.4.17. this one is a stable candidate rather than an
...
actual stable release, but upstream has updated to a newer version of
snappy-java that no longer includes the openbsd .so files that are
needed, so I've switched to a local-built version and would like to
get this in early to get potential feedback.
2017-06-02 16:12:38 +00:00
espie
8d473532b2
bump, this is a mess, thx jasper@ :(
2017-06-02 15:40:27 +00:00
sthen
d904cb377a
update to mtr-0.92, features include:
...
- shiny new DNS code that gets rid of the horrible libbind hack.
- the privileged packet sending code has been split out into a separate
"mtr-packet" process with a clear separation between init/main code, which
communicates with the main mtr process over a pipe.
Patch to add a pledge to mtr-packet, currently disabled; it works for
ICMP but requires additional sockopts to work with UDP.
2017-06-02 14:30:26 +00:00
espie
0f343d263d
add quite a few -Wno-* so that the logs are more or less readable.
...
Unfortunately, -pedantic turns some warnings back on, so don't bother
with -Wno-switch.
2017-06-02 14:30:03 +00:00
rsadowski
905c3a7b66
update youtube-dl to 2017.05.29
...
ok pirofti@ jca@
2017-06-02 13:11:01 +00:00
pirofti
8d11ef3512
Prepare MinGW for clang.
...
Lots of help and OK espie@, thanks!
2017-06-02 12:26:21 +00:00
schwarze
f607c8eabc
Drop USE_GROFF and bump.
...
Mandoc now copes with DocBook lists using \h.
2017-06-02 11:33:16 +00:00
schwarze
e76e03dad2
Drop USE_GROFF and bump.
...
Mandoc now copes with DocBook lists using \h.
2017-06-02 10:51:56 +00:00
espie
31ebb0e25b
WANTLIB typo
2017-06-02 10:42:26 +00:00
feinerer
7c927f0549
Update to Maxima 5.40.0
...
OK pirofti@
2017-06-02 10:13:25 +00:00
espie
518a7e69b1
the java in pdftk wants a matching C++, so this will remain a user of gcc4.
...
Zap include paths that are obviously no longer necessary, since they've
never been updated and nothing broke
2017-06-02 09:20:04 +00:00
schwarze
8f003a2ee0
Drop USE_GROFF and bump.
...
Mandoc now handles DocBook lists implemented with \h.
2017-06-02 08:56:32 +00:00
schwarze
08b267a247
Drop USE_GROFF and bump.
...
Mandoc now copes with DocBook lists implemented with \h.
2017-06-02 08:29:19 +00:00
benoit
e7057d324f
Update to p5-WWW-Shorten-Bitly-2.001.
2017-06-02 07:41:47 +00:00
benoit
bd3de20f1b
Update to udunits-2.2.25.
2017-06-02 07:26:47 +00:00
ajacoutot
ceec90e369
Update to shotwell-0.26.2.
2017-06-02 07:20:02 +00:00
ajacoutot
532dcc1976
Update to salt-testing-2017.6.1.
2017-06-02 07:04:49 +00:00
benoit
4f1d64d80a
Update to p5-Type-Tiny-1.002000.
2017-06-02 06:57:35 +00:00
ajacoutot
8e41ad04d3
Update to awscli-1.11.96.
2017-06-02 06:50:06 +00:00