summaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Collapse)Author
2021-12-01Build libfido2 after all other libraries, as it links against one ofPatrick Wildt
the other libraries, so we have to build those first. Initial report and diff from uaa@ ok anton@ deraadt@ millert@
2021-01-02Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for anPatrick Wildt
upcoming update to those, which will see both codebases heading into the gnu/llvm dumpster. Feedback from jsg@ ok deraadt@ kettenis@
2020-09-22Link up libagentxMartijn van Duren
2020-08-10Un-hook and re-hook libcompiler_rt.Patrick Wildt
ok kettenis@
2020-02-28oops some snapshot tests fell inTheo de Raadt
2020-02-28syncTheo de Raadt
2019-11-14add libcbor and libfido2Damien Miller
2019-02-04enable libelfJonathan Gray
2018-10-13Link libc++.so against libc++abi.so such that linking C binaries againstMark Kettenis
a C++ shared library will work correctly with modern linkers. ok guenther@
2017-01-21Hook up libcompiler_rt, libcxx and libcxxabi to the build. Since theirPatrick Wildt
Makefiles are now guarded to not compile on non-clang architectures, we can safely add them. ok deraadt@
2016-09-23Unhook sqlite3.Stuart Henderson
2015-11-14libocurses can go to the Attic. last consumer of it was ramdisk more(1)Theo de Raadt
conceptual ok guenther millert nicm
2015-07-23Build and install libradius as default.YASUOKA Masahiko
ok deraadt
2014-10-31Rename libressl to libtls to avoid confusion and to make it easier toJoel Sing
distinguish between LibreSSL (the project) and libressl (the library). Discussed with many.
2014-07-14Hook libressl into the build.Joel Sing
Requested by deraadt@
2014-04-22Remove KERBEROS5 from the Makefiles (except ssh for now, where it isReyk Floeter
already manually disabled). ok deraadt@
2014-04-11Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellMiod Vallat
as configuration files; split manpages and .pc files between libcrypto and libssl. No functional change, only there to make engineering easier, and libcrypto sources are still found in libssl/src/crypto at the moment. ok reyk@, also discussed with deraadt@ beck@ and the usual crypto suspects.
2014-03-24stop building libwrap. ok deraadtTed Unangst
2014-03-23Unhook librt stub. It's causing too much breakeage to the ports tree.Matthias Kilian
Prodded by espie@.
2014-03-17enable librtMark Kettenis
2013-12-04express final disapproval of the interfaces in libcompat, such asTheo de Raadt
them ftime(), gtty(), stty(), re_comp(), cuserid() and others. Discussion and ongoing work to fix the ports tree from many, especially naddy. ok naddy [There is a bit more cleanup possible after that, but this is considered the current safe step]
2013-11-01enable fuse.Sylvestre Gallon
ok deraadt@
2013-06-17these libraries are either obsolete or got moved to kerberosV/libRobert Nagy
2012-04-22enable sqlite3, as prompted by theoMarc Espie
2012-02-15Nothing important, just switching from pthreads to rthreadsPhilip Guenthe
2010-10-28unlink libdes src/ports users have been switched to libcryptoJonathan Gray
2010-10-17unlink libsectok from the build; ok markus@ deraadt@Damien Miller
2008-10-27rename libsa to libsndioAlexandre Ratchov
requested by many, "just go for it" deraadt@
2008-10-26add minimal server capability to aucat(1). When started in serverAlexandre Ratchov
mode, it listens on an unix socket and mixes/demultiplexes any number of full-duplex streams, doing necessary format conversions and resampling on the fly. programs can use the new libsa(3) library to play and record audio. The library provides a very simple API to connect to the audio server; if aucat(1) isn't running, it uses the audio(4) driver transparently instead.
2007-10-18synch expat major number with xenocara, and then some.Marc Espie
activate it in the build.
2005-12-16libresolv.a is no longer neededTheo de Raadt
2005-04-18remove libcurses++Todd C. Miller
2003-07-14Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, ↵Magnus Holmberg
David Krause, ...
2003-05-14Get rid of libtelnet, it is compiled into the tree programsHans Insulander
(telnetd, telnet and tn3270) that use them instead. This gets rid of a really hairy dependency between telnet and libtelnet. ok millert@
2003-01-14Bye-bye libc_r. libc_r and libnpthread go away. libpthreadMarco S Hyman
takes their place. The -pthread option to gcc uses libpthread. ppc portion of patch from drahn@ (thanks). gcc portions of patch OK espie@. Ports testing (no bad effects!) by naddy@ best build sequence is: build gcc, build system, build ports remove /usr/lib/lib{c_r,npthread}.*. Note, once libc_r and libnpthread is removed threaded ports will stop working until they have been re-built using the libpthread and the updated gcc. That's why the above build sequence is recommended.
2002-11-16Enable libpthread, kind of....Marco S Hyman
The library is installed as libnpthread, not libpthread. This gets around broken autoconf ports that attempt to link using both -lpthread and -pthread. The next step will be to change the gcc -pthread flag to use this lib instead of libc_r.
2002-08-11Sort: put libkvm where it belongs.Artur Grabowski
2002-06-15enable libeventNiels Provos
2001-12-30Rename libusb to libusbhid, a better name, per NetBSDPeter Valchev
2001-09-03build libusbPeter Valchev
2001-07-11remove mips leftovers; ok bradPeter Valchev
2001-06-27kill libkvm.oldArtur Grabowski
2001-06-07enable libsectokTheo de Raadt
2001-02-04libc_r builds on alpha againTheo de Raadt
2000-11-19XXX - Alpha port doesn't currently support weak symbolsTodd C. Miller
2000-01-30i386 is a new libkvm nowMichael Shalayeff
1999-08-28For the moment libcurses++ breaks on mipsNiklas Hallqvist
1999-05-23Add libkeynote in the build list.Angelos D. Keromytis
1999-05-09c++ clasess for ncursesTodd C. Miller
1999-04-23mac68k uses libkvm nowJason Downs