Commit Graph

34 Commits

Author SHA1 Message Date
jasper
32194f63a7 update to zeromq-4.3.1 2019-01-28 19:39:30 +00:00
jca
f66d9da4dd Use the version script to hide private symbols, as done on Linux
ok jasper@ (maintainer)
2018-12-04 15:49:34 +00:00
naddy
5a4b14f5e1 ports-gcc does not accept -Wl without argument 2018-12-01 00:01:51 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
jasper
90eeedcff3 update to zeromq-4.2.5 2018-04-02 13:28:58 +00:00
jca
abc5a405a1 -Werror considered harmful 2018-01-19 00:54:14 +00:00
jasper
2c2925d7ae - update to zeromq-4.2.3
- switch to github releases
- take maintainership (agreed by Rodrigo Mosconi, previous maintainer)

ok aja@ and Rodrigo
2017-12-18 21:03:54 +00:00
ajacoutot
75cb90d918 Drop uneeded patches, CFLAGS, chunks now that we have proper definitions
for EPROTO and EBADMSG.
2017-11-09 16:50:39 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
naddy
071c34fd6f remove SHARED_ONLY from ports that use only the gnu module 2016-03-16 21:19:37 +00:00
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
shadchin
73c8f58036 Bugfix update to zeromq 4.1.4
ok ajacoutot@
2016-01-15 14:12:37 +00:00
sthen
a994146aed update to use slightly different fix for zeromq with libsodium 1.0.6 from
upstream - this was actually in their devel tree but I didn't find my
way around their repositories (multiple trees on github instead of branches)
so I missed it; it's just been merged to zeromq4-1.
2015-11-04 09:33:18 +00:00
sthen
8f34b7ffe8 Unbreak zeromq with newer libsodium, which marks sodium_init() (and a number
of other functions) with "__attribute__ ((warn_unused_result))" so that a
compiler warning is generated if they're used without at least doing
*something* with the return value. Build breakage reported by aja@ nigel@
2015-11-03 19:14:13 +00:00
jasper
339b470638 - bugfix update to zeromq-4.1.3
maintainer timed-out
2015-10-26 18:10:56 +00:00
ajacoutot
a539a43a68 Update to zeromq-4.1.2. 2015-06-16 12:22:56 +00:00
jca
fe61e63e7f Cope with CFLAGS/CXXFLAGS change.
ok naddy@
2015-05-13 14:54:14 +00:00
jasper
17050400af Security fix for V3 protocol downgrade: https://github.com/zeromq/libzmq/issues/1273
testing/ok aja@
2015-05-13 05:08:26 +00:00
ajacoutot
c8aa1f307a Rodrigo Mosconi took maintainer a while ago but I forgot to commit it. 2015-01-25 09:36:55 +00:00
ajacoutot
b3f9666c42 SECURITY update to zeromq-4.0.5.
CVE-2014-7202
CVE-2014-7203
2014-10-15 14:28:42 +00:00
ajacoutot
79ef4fa1e2 Update to zeromq-4.0.4.
ok jasper@
2014-09-23 12:08:03 +00:00
jasper
6642b88a8f update to zeromq-3.2.3: 2013-06-22 07:45:14 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
jasper
0669819342 - update to zeromq-3.2.2 2013-03-08 10:33:28 +00:00
sthen
aa66ceb738 zap some trailing whitespace mostly on HOMEPAGE lines 2012-10-15 14:55:43 +00:00
rpointel
885aa398e8 Update zeromq to 2.2.0.
benoit@ ok, maintainer timeout.
2012-04-28 10:05:30 +00:00
rpointel
d540b5cc50 update zeromq to 2.1.11.
ok mpi@, Anders Langworthy, maintainer timed out.
2011-12-27 13:03:37 +00:00
rpointel
59aec5240d Update zeromq to 2.1.10.
ok benoit@, maintainer timed out.
2011-11-05 08:23:26 +00:00
jasper
f82d1632ba - updated to ZeroMQ-2.1.7,
- traded -pedantic for -Werror (per tedu@'s earlier comment),
- SHARED_ONLY=Yes, because all binaries were removed in 2.1.x.

from piotr sikora
maintainer timed-out
2011-07-05 13:57:23 +00:00
jeremy
22be034088 Distfile got moved, update MASTER_SITES.
Prompted by naddy@
2011-04-02 21:33:55 +00:00
jeremy
13924d3bf0 Add zeromq, an open source message queue optimised for performance.
OK landry@ a while back
2011-04-01 22:26:54 +00:00