133034 Commits

Author SHA1 Message Date
naddy
74ac1bc33b When building with ports gcc, compile the C parts with -std=gnu11
to match the visibility of max_align_t between C and C++.

GCC 4.9 defaults to C89 and does not accept the "restrict" keyword
by default.  This causes a configure check to add -std=gnu99 to the
compiler flags.  Since max_align_t is from C11, the -std=gnu99 flag
removes it from visibility and gnutls's copy of gnulib then provides
its own replacement definition of max_align_t.  When gnutls builds
its C++ library, the C++ visibility rules are different.  The
max_align_t from stddef.h reappears and collides with the gnulib
replacement.
2018-11-05 21:29:50 +00:00
bluhm
6324ebf7d2 update p5-Mail-SPF-Iterator to 1.118 2018-11-05 19:27:53 +00:00
pvk
a1dd5b23af Security update gitea 1.5.0 -> 1.5.3
diff and OK from Klemens Nanni kn@, thanks!
2018-11-05 19:10:15 +00:00
sthen
71e92fb0b1 most post-patch to do-gen 2018-11-05 17:24:32 +00:00
sthen
f69363d670 most post-patch to do-gen 2018-11-05 17:23:41 +00:00
sthen
d38c34111a remove junk target; noop 2018-11-05 17:23:12 +00:00
ajacoutot
7e36471620 Update to pangomm-2.42.0. 2018-11-05 17:20:11 +00:00
espie
8df4210658 introduce new intermediate "gen" target, to regenerate configure
information (between post-patch and pre-configure).

and convenience regen target.

rationale: discussed with sthen@, having this in post-patch means you
need to clean up before running it again. Having it in configure is
somewhat time-consuming.  So an extra stage where you can easily control
it makes sense.

Only moves gnu module hooks and REORDER_DEPENDENCIES to use gen for now,
all ports using autogen/setup.sh should probably move to that as well

okay landry@
2018-11-05 15:59:17 +00:00
naddy
0f3a8bd688 We no longer need to handle the case that the system compiler is
not clang on amd64.  Also add COMPILER_LIBCXX to WANTLIB on all
archs.
ok sthen@ ajacoutot@
2018-11-05 14:57:09 +00:00
sthen
a4053da061 sync changes from gcc/4.9; from Brad, ok pascal@ 2018-11-05 11:52:55 +00:00
landry
c3f5af08a4 Update to QGIS 3.4.1. 2018-11-05 10:51:47 +00:00
bentley
ed24aae5c1 Explicitly disable libedit support since we don't install the needed headers.
ok naddy@
2018-11-05 10:24:17 +00:00
ajacoutot
b86bfd32c0 Update to py-cairo-1.18.0. 2018-11-05 08:43:27 +00:00
ajacoutot
a9bed7d3a9 Update to atk2mm-2.28.0. 2018-11-05 08:38:09 +00:00
fcambus
a6e6239ee1 Update termtosvg to 0.6.0. 2018-11-05 08:15:31 +00:00
ajacoutot
3c5c6142d7 Update to help2man-1.47.8.
from Brad
2018-11-05 08:01:13 +00:00
ajacoutot
4d6731c749 Use upstream patch to fix the build on !X86 archs.
from Brad (maintainer)
2018-11-05 07:58:37 +00:00
rpointel
4cd0b851ec update django to 2.1.3 and 1.11.16.
from wen heping: wenheping2000 at hotmail dot com (thanks).
2018-11-05 06:49:37 +00:00
rsadowski
bed6c08cdd bugfix update mkvtoolnix-28.2.0 2018-11-05 06:18:16 +00:00
rsadowski
2a065c792f Update font-awesome-5.5.0 2018-11-05 05:49:29 +00:00
bluhm
21c2a242bc Test requires p5-Test-Pod-Coverage, add dependency. 2018-11-04 23:35:58 +00:00
danj
c160baed91 Register py-keyczar removal 2018-11-04 21:39:46 +00:00
danj
21bc8ef452 Remove py-keyczar, we don't need it anymore
Hint from Edward Lopez-Acosta, ok rpe@ (maintainer) sthen@
2018-11-04 21:38:37 +00:00
jsing
4d07fd460a Update lang/go to 1.11.2. 2018-11-04 20:49:46 +00:00
sthen
fd1d9cd9a6 fix 64-bit time_t issue in php-fpm log printf 2018-11-04 18:17:29 +00:00
naddy
915cfe2f71 On i386, ffmpeg is full of non-PIC assembly code. Since disabling this
would come with a prohibitive performance cost, accept text relocations
in this exceptional case and link with -znotext.  ok Brad
2018-11-04 17:57:06 +00:00
robert
38a838cca6 update to 70.0.3538.77 2018-11-04 12:33:24 +00:00
landry
0fb7ae19a0 Bugfix update to firefox 63.0.1.
See https://www.mozilla.org/en-US/firefox/63.0.1/releasenotes/
- fix build with cbindgen 0.6.7
- really disable media autoplay by default, the knob changed (cf #1470082)
- use about:blank as default homepage/new tab page in new profiles.

Rationale: some parts of Activity Stream (the new Firefox Home) are nice
(ie searchbox, highlights, topsites from browsing history, etc) but
'snippets' is invasive (them being broken is a driver for this version,
cf #1503047, where comments are.. worrying), as is 'Recommended by
pocket' content shown to some countries (DE, CA, US..) - sadly, those
two sections cant easily be disabled (cf #1504279) on about:newtab, so
use the about:blank big hammer for privacy. Existing profiles still
using the default 'Firefox Home' are advised to visit
about:preferences#home and uncheck 'snippets' and 'pages saved to
pocket'... and read https://www.mozilla.org/en-US/privacy/firefox/.

While here add a section in pkg/README advising users using NIS or with
profiles on NFS to add getpw to the content process pledge, as it's
apparently needed in those conditions.
2018-11-03 21:45:52 +00:00
landry
dee9cffd96 Update cbindgen to 0.6.7, again a requirement for mozilla-central.
Per #1503401 firefox 63 needs a patch to keep building with that
version, this will be handled in a few.
2018-11-03 21:31:59 +00:00
naddy
402375a21f Build PIC code on all archs. Drop assembly code on i386 since it
doesn't support PIC.  with Brad
2018-11-03 20:38:03 +00:00
afresh1
d7c9a609de Update databases/p5-DBD-CSV to 0.54
From wen heping <wenheping2000 AT hotmail.com>
2018-11-03 19:22:38 +00:00
rpointel
c104026cfa update to python 3.6.7.
tested in a bulk build by naddy@ (thanks).
2018-11-03 18:56:32 +00:00
danj
ccd9bb3b15 Comment _dkim-milter as the port was removed 2018-11-03 16:44:33 +00:00
naddy
ff4cf372bf libalkimia and its dependent kmymoney require the C++ template code in
gmpxx.h but do not link with libgmpxx, so add devel/gmp,-cxx to both
build and run depends.
2018-11-03 14:46:02 +00:00
ajacoutot
f4b87b4457 Pick up libmp3lame.so if it's installed; proddeb by a mail from Anthony
Campbell.
While here, don't offer to download libmp3lame of ffmpeg.
2018-11-03 13:42:33 +00:00
ajacoutot
d57269e0be Fix linking with ld.lld, FileDialog needs gobject and gtk libs. 2018-11-03 13:26:27 +00:00
ajacoutot
f16cdd810c Update to gtranslator-3.30.0. 2018-11-03 11:27:48 +00:00
ajacoutot
16cfa3c954 Unbreak hpcups printing; it was trying to dlopen a Linux proprietary blob.
from Debian
2018-11-03 10:41:33 +00:00
espie
0b34289adb somehow, some tests found their way into compilation, and broke it thanks
to C++11 narrowing issues. Obvious fixes to the code (no bump, didn't build
before)
2018-11-03 09:54:55 +00:00
ajacoutot
1587f77a36 Update to awscli-1.16.47. 2018-11-03 08:35:54 +00:00
ajacoutot
15a9a0ed8f Update to py-botocore-1.12.37. 2018-11-03 08:35:33 +00:00
ajacoutot
6ae074f2ea Update to py-boto3-1.9.37. 2018-11-03 08:35:18 +00:00
ajacoutot
84337e27f7 Update to hwdata-0.317. 2018-11-03 08:26:02 +00:00
bentley
0da7cb1530 Update to pulseview-0.4.1.
Release notes: https://www.sigrok.org/blog/pulseview-041-released
2018-11-03 06:33:07 +00:00
bentley
1a07598ce1 Update to libsigrokdecode-0.5.2.
Release notes: https://sigrok.org/blog/libsigrokdecode-052-released
2018-11-03 06:32:05 +00:00
bentley
35f75fba19 Update to libsigrok-0.5.1.
Release notes: https://www.sigrok.org/blog/libsigrok-051-released
2018-11-03 06:31:15 +00:00
bentley
e9aa674d3e +libftdi1 2018-11-03 06:00:43 +00:00
bentley
6ec3bd2873 Import libftdi1-1.4.
libFTDI is an open source library to talk to FTDI chips: FT232BM, FT245BM,
FT2232C, FT2232D, FT245R, FT232H and FT230X including the popular bitbang
mode. The library is linked with programs in userspace, no kernel driver
required.

ok benoit@
2018-11-03 05:59:52 +00:00
pascal
24fe523605 Update to tor 0.3.4.9. 2018-11-02 23:52:22 +00:00
naddy
dafbfe8566 build PIC code on all archs; from Brad 2018-11-02 23:37:03 +00:00