Commit graph

7 commits

Author SHA1 Message Date
Kubilay Kocak
d279af47bf net/czmq: Remove pathfix (no longer necessary)
Deprecate USES=pathfix since we're now setting (overriding) the pkg-config
path via configure (pkgconfigdir)
2015-06-16 10:42:49 +00:00
Kubilay Kocak
c4b91ac1a4 net/czmq: Update to 3.0.2, fix build
czmq 2.2.x is no longer compatible with libzmq4 (4.1.x)

- Update to 3.0.2
- Update pkg-plist
- Update LICENSE (MPL)
- Add LICENSE_FILE
- Add pkg-config to USES
- Override pkgconfig install path via configure
- Backport fix not building MAN pages when BUILD_DOCS is off [1]
- Use autoreconf to regenerate Makefiles until next release

[1] https://github.com/zeromq/czmq/pull/1027

Reported by:	olgeni
2015-06-16 10:40:32 +00:00
Kubilay Kocak
38141d9de7 net/libzmq4: Update to 4.1.2, Fixes CVE-2014-9721
- Update to 4.1.2
- Update pkg-plist
- USES: pkg-config is now a global dependency
- OPTIONS: with-sytem-pgm is now with-pgm, update helpers
- OPTIONS: with-libsodium no longer takes args, update helpers
- Override pkgconfigdir via configure, deprecate USES: pathfix

- Bump PORTREVISION for dependent ports for shared library version
  change

While I'm here:

- Whitespace align Makefile

Based on:

PR:		200502
Reported by:	Sevan Janiyan <venture37 geeklan co uk>
Submitted by:	Jason Unovitch <jason.unovitch gmail com>
MFH:		2015Q2
Security:	10a6d0aa-0b1c-11e5-bb90-002590263bf5
Security:	CVE-2014-9721
2015-06-15 11:06:49 +00:00
Kubilay Kocak
6016b49883 net/libzmq4: Update to 4.0.5
- Update to 4.0.5
- Add LICENSE_FILE
- Sort Makefile sections
- Verbose'ify build
- Reduce diffs between net/libzmq3 [1]

[1] NOTE: OpenPGM is now a DEFAULT option in net/libzmq3

Changes:

  * https://github.com/zeromq/zeromq4-x/blob/v4.0.5/NEWS

While I'm here:

- Bump PORTREVISIONS to chase shared library version change
- czmq: Verbose'ify czmq build
- czmq: Use install-strip to strip shared library

PR:		197407
2015-02-09 03:23:49 +00:00
Kubilay Kocak
32e076bf61 net/czmq: Update to 2.2.0
- Update to 2.2.0
- Update pkg-plist
- Tweak pkg-descr
- Strip trailing slash from WWW: URL

Fixes zbeacon: (UDP) error: "Can't assign requested address"
on FreeBSD [1].

[1] https://github.com/zeromq/czmq/issues/407

PR:		189922
Submitted by:	bartek
2014-06-19 15:34:46 +00:00
Christian Weisgerber
02812b69d4 Switch ZeroMQ 4 ports to USES=libtool and bump revision of affected ports.
Approved by:	koobs
2014-06-06 20:27:56 +00:00
Kubilay Kocak
e2b70a7be6 devel/czmq: Move to net/czmq, Update to 2.0.3
- Update to 2.0.3
- Update pkg-plist
- Switch primary category to net/
- Update COMMENT to match other ZeroMQ ports and Google Juice
- Point LIB_DEPENDS to the latest libzmq4 port
- Remove gmake from USES (make works fine)
- Group USE/USES entries together and sort
- Add regression-test target
- pkg-descr: Tab->space in WWW:
- Whitespace alignment

- Move devel/czmq to net/czmq
- Update Makefile entries in devel/ and net/
- Add a MOVED entry
2013-11-29 13:48:04 +00:00
Renamed from devel/czmq/Makefile (Browse further)