Commit graph

5 commits

Author SHA1 Message Date
John Marino
252c5d5f38 Release some of my ports back to the heap 2016-09-15 01:29:41 +00:00
John Marino
a04cfcd84c databases/libnvpair: Limit to amd64 and i386
The ARMv6, mips, and mips64 builds are all failing on the isa.defs.h
support check and there's no ETA for a support fix.
2015-11-23 00:10:33 +00:00
Dmitry Marakasov
ce52368305 - Add USES=uidfix to fix staging as non-root
- Add USE_LDCONFIG as the port installs shared library

Approved by:	marino (maintainer)
2015-10-12 18:55:26 +00:00
John Marino
d6d149032c databases/libnvpair: New major version (so.1 => so.3)
The changes since version 1.0.2 were significant enough to warrant
a major library version bump.  However, libnvpair.so.2 exists in
FreeBSD base, so the port version builds libnvpair.so.3 instead.

With one exception, all of the Solaris/Illumos types have been
replaced with BSD equivalents, including boolean_t.  This changes
several prototypes, and also allows for the type compatibility header
to be removed.  The one type that remains is hrtime_t (equivalent to
int64_t).

Internally, the regression tests for print_json (functionality that
does not exist in FreeBSD base, at least on F9) have been added from
Illumos regression tests and both DragonFly and FreeBSD pass.
2015-10-01 10:10:31 +00:00
John Marino
5df261c393 Add new port databases/libnvpair
libnvpair is a name-value pair library originating from Solaris

The nvpair library was released in OpenSolaris and has been extended
by the Illumos project.  It exports a set of functions used for managing
name-value pairs.  This is a base library for Solaris and its descendents.
However, the kernel-specific code has been removed thus libnvpair is
strictly meant for the userland.  The XDR functionality has been masked
for now due to RPC differences between *BSD and Illumos.
2015-09-30 10:28:55 +00:00