|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0 |
|
| #
3189c34a |
| 12-Oct-2019 |
Glen Barber <[email protected]> |
MFS r353450: MFC r353348: Connect the libucl(3) manual page to the build.
Approved by: re (kib) Sponsored by: Rubicon Communications, LLC (Netgate)
|
|
Revision tags: release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
| #
a0642264 |
| 15-Oct-2016 |
Baptiste Daroussin <[email protected]> |
Use SRCTOP to find the sources of libucl
|
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0 |
|
| #
a70cba95 |
| 04-Feb-2016 |
Glen Barber <[email protected]> |
First pass through library packaging.
Sponsored by: The FreeBSD Foundation
|
|
Revision tags: release/10.2.0 |
|
| #
5551c573 |
| 04-May-2015 |
Baptiste Daroussin <[email protected]> |
Rework PRIVATELIB
Now when a lib is marked as PRIVATELIB it is renamed into libprivate$foo instead of being installed in /usr/lib/private and playing with rpath.
Also allow to install headers for P
Rework PRIVATELIB
Now when a lib is marked as PRIVATELIB it is renamed into libprivate$foo instead of being installed in /usr/lib/private and playing with rpath.
Also allow to install headers for PRIVATELIBS in that case the headers will be installed in /usr/include/private/$foo
Keep the headers under a private namespace to prevent third party build system to easily find them to ensure they are only used on purpose.
This allows for non base applications to statically link against a library in base which is linked to a privatelib
Treating PRIVATELIBS as regular libraries allows to push them into our current compatX packages if needed.
While here finish promotion of libevent as PRIVATELIB Install header for bsdstat and libucl
Differential Revision: https://reviews.freebsd.org/D2365 Reviewed by: brooks, des Discussed with: imp
show more ...
|
| #
a094e084 |
| 03-Mar-2015 |
Baptiste Daroussin <[email protected]> |
Lower warnings to please gcc 4.2
|
|
Revision tags: release/10.1.0, release/9.3.0 |
|
| #
fa28fc04 |
| 23-Feb-2014 |
Baptiste Daroussin <[email protected]> |
Lower the level of WARNS to fix build with gcc
|