Page MenuHomeFreeBSD

[net/libzmq4] Re-add the split out cppzmq header files
Needs ReviewPublic

Authored by gergely.czuczy_harmless.hu on Mar 22 2017, 9:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 14, 10:26 PM
Unknown Object (File)
Sun, Oct 12, 4:21 AM
Unknown Object (File)
Tue, Oct 7, 6:47 AM
Unknown Object (File)
Sat, Sep 20, 10:59 PM
Unknown Object (File)
Wed, Sep 17, 3:19 PM
Unknown Object (File)
Sep 14 2025, 11:18 PM
Unknown Object (File)
Sep 12 2025, 1:17 PM
Unknown Object (File)
Sep 1 2025, 9:47 AM
Subscribers

Details

Reviewers
koobs
Summary

ACcording to http://zeromq.org/bindings:cpp, the C++ header files had been split out from zeromq. As discussed with koobs@, re-adding these header files seems to be the most convinient way, since they used to be part of the distribution, so people might expect them to be there.

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 8215
Build 8452: arc lint + arc unit

Event Timeline

mat added inline comments.
net/libzmq4/Makefile
8

The first should be ${DISTNAME}.tar.gz

The second should probably not be fetched manually like that but using the USE_GITHUB framework, and certainly not as a .zip file.

60

Please, add those files to the pkg-plist file.

65

remove empty line.

net/libzmq4/Makefile
8
  • [net/libzmq4] Updates by mat's suggestions #1
net/libzmq4/Makefile
6

Remove this and integrate it in GH_TAGNAME.

7–10

Move all this below GNU_CONFIGURE (line 26)

8

Remove this line.

11

Remove this.

60

Remove this.

  • [net/libzmq4] Updates by review suggestions #3

You should rerun make makesum, there are a couple of files that should not be there.