History log of /freebsd-current/tools/make_libdeps.sh
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# ea4fe0b6 16-Nov-2017 Hans Petter Selasky <hselasky@FreeBSD.org>

Improve the library dependencies helper script in src/tools.

Implement double pass of the relevant Makefiles. First make a list of
library names and directories and then scan for all the dependencies.
Spaces in directories in the source tree are not supported.

This avoids using hardcoded mappings between the library name
and the directory containing the library Makefile.

Add support for scanning contrib/ofed .

Bail out on any errors.

Sponsored by: Mellanox Technologies
MFC after: 1 week


# a9ff4aca 08-Sep-2014 Bryan Drewery <bdrewery@FreeBSD.org>

Avoid rs(1) hitting LINE_MAX with custom trees that have large dependencies.


# e3ededfa 14-Oct-2013 Bryan Drewery <bdrewery@FreeBSD.org>

Rename libbsdyml to libyaml, make private, and bump
SHLIB_MAJOR to 1.0

Suggested by: des
Approved by: bapt
MFC after: 1 week


# be460ad5 10-Sep-2013 Dag-Erling Smørgrav <des@FreeBSD.org>

Make this more deterministic by sorting the libraries before processing
them and ensuring that we always use the samme collation rules.

Approved by: re (gjb)


# 611ff617 27-Sep-2011 Stanislav Sedov <stas@FreeBSD.org>

- Add missing interdependencies to kerberos libraries. Some of the
kerberos libraries were not linked properly (missing dependencies),
which causes 3rd party applications linking to fail when --as-needed
ld flag is used. I also added the --no-undefined ld(1) flag to make
sure that there're no missing dependencies.

MFC after: 3 days


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 60d2ff2c 15-Feb-2010 Ruslan Ermilov <ru@FreeBSD.org>

MFC: r202969: Actualize.


# 3b77dd00 25-Jan-2010 Ruslan Ermilov <ru@FreeBSD.org>

Actualize.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 63ebea53 01-Oct-2007 Ruslan Ermilov <ru@FreeBSD.org>

- Add cddl/lib to the list of library directories.
- Add /bin to PATH to suppress a harmless warning from a
makefile that sets a variable using cat(1).

Approved by: re (kensmith)


# 0ff56cab 24-Nov-2006 Xin LI <delphij@FreeBSD.org>

Make use of mk/ files from a fresh source tree, rather than
the currently installed ones. This makes it possible to use
the script against Makefiles that uses bsd.own.mk on an old
system.

Submitted by: bushman


# f6ce2a64 17-May-2006 Poul-Henning Kamp <phk@FreeBSD.org>

Send the pcvt(4) driver off to retirement.


# c0b9f4fe 29-Dec-2005 Doug Rabson <dfr@FreeBSD.org>

Add a new extensible GSS-API layer which can support GSS-API plugins,
similar the the Solaris implementation. Repackage the krb5 GSS mechanism
as a plugin library for the new implementation. This also includes a
comprehensive set of manpages for the GSS-API functions with text mostly
taken from the RFC.

Reviewed by: Love Hörnquist Åstrand <lha@it.su.se>, ru (build system), des (openssh parts)


# 9869addc 13-Apr-2004 Ruslan Ermilov <ru@FreeBSD.org>

Teach the script where libssl actually lives.

Submitted by: Michael Bretterklieber <mbretter@a-quadrat.at>


# 5d296100 17-May-2003 Ruslan Ermilov <ru@FreeBSD.org>

-lbsdxml lives in lib/libexpat. *Blush*

Submitted by: tmm (Makefile.inc1)


# b7d3fc8d 07-Mar-2003 Mark Murray <markm@FreeBSD.org>

KerberosIV deorbit sequence: Remove references to KerbIV libs.


# a040962b 28-May-2002 Ruslan Ermilov <ru@FreeBSD.org>

Update for current /usr/src.


# 4d8bba46 12-Apr-2002 Ruslan Ermilov <ru@FreeBSD.org>

Add a tool (and the first application of it) that could be used
to automate building of libraries.

Prodded by: bde