History log of /netbsd-src/external/Makefile (Results 1 – 25 of 25)
Revision Date Author Comments
# c998d558 05-Apr-2024 christos <christos@NetBSD.org>

Fold long line


# 39019505 05-Apr-2024 kre <kre@NetBSD.org>

Probable hack fix for current build breakage.

Make sure to build external/mit before external/mpl (as bind in mpl
needs libuv from mit) and in mit/libuv make sure to build the
static library with th

Probable hack fix for current build breakage.

Make sure to build external/mit before external/mpl (as bind in mpl
needs libuv from mit) and in mit/libuv make sure to build the
static library with the new MAKESTATICLIB mechanism, as that is
what bind needs.

show more ...


# 1eb4f579 12-Dec-2021 maya <maya@NetBSD.org>

Add amdgpu firmware build goo (disabled)


# b8e4133b 12-Nov-2020 maya <maya@NetBSD.org>

Hook up font-liberation-ttf to the build.

license ok'd by board.


# cd1c9b87 07-Apr-2018 christos <christos@NetBSD.org>

add mpl


# 42e59c75 08-Jan-2018 jmcneill <jmcneill@NetBSD.org>

Add nvidia-firmware to SUBDIR


# d3425666 10-Aug-2017 nat <nat@NetBSD.org>

Add bcm43xx bluetooth controller firmware to the lists and update relevant
makefiles.


# 49449523 14-Jun-2012 riz <riz@NetBSD.org>

Add firmware for the RealTek RTL8192CU family of wireless chipsets, and
adapt the urtwn(4) driver to use the new files. The firmware files were
extracted from the Linux driver at www.realtek.com, ve

Add firmware for the RealTek RTL8192CU family of wireless chipsets, and
adapt the urtwn(4) driver to use the new files. The firmware files were
extracted from the Linux driver at www.realtek.com, version 0005.1230.2011
and the license permits redistribution without modification.

While I'm here, install the files in /libdata/firmware/if_urtwn, like
most of the other network adapter firmware.

urtwn(4) can now operate without needing external files installed. Tested
on my Edimax adapter.

show more ...


# 7f5267ea 13-Jun-2012 riz <riz@NetBSD.org>

Sort SUBDIR alphabetically. Tested with build.sh -j8 on amd64.


# 1cfc85c6 17-Feb-2011 jruoho <jruoho@NetBSD.org>

Switch the build to use the new location of ACPICA.


# f33b316b 03-Dec-2010 plunky <plunky@NetBSD.org>

Remove the do-external-lib and do-gnu-lib targets, along with
external/lib/Makefile and crypto/external/lib/Makefile, replacing
them all with SUBDIRs directly from lib/Makefile.

compat/compatsubdirs

Remove the do-external-lib and do-gnu-lib targets, along with
external/lib/Makefile and crypto/external/lib/Makefile, replacing
them all with SUBDIRs directly from lib/Makefile.

compat/compatsubdirs.mk becomes simpler now, as everything is built
from lib/Makefile, meaning all the libraries will now be built under
compat so update the set lists to account for that.

show more ...


# ce1a2860 03-Nov-2010 christos <christos@NetBSD.org>

Add otus firmware from:
http://damien.bergamini.free.fr/packages/openbsd/otus-firmware-1.0.tgz


# b1de0a15 02-Nov-2010 joerg <joerg@NetBSD.org>

Hook up xz into the build system.


# aa94cc59 31-Oct-2010 mbalmer <mbalmer@NetBSD.org>

Link Lua to the build and add the resulting files to the distribution sets.
Document the addition of Lua and the change we made to the default settings.


# f2694992 27-Aug-2010 christos <christos@NetBSD.org>

hook awk again.


# 1b8d37d1 27-Aug-2010 christos <christos@NetBSD.org>

unhook new awk till I figure out what's wrong.


# 8317f6d8 26-Aug-2010 christos <christos@NetBSD.org>

awk glue


# 5f7d5874 05-Oct-2009 haad <haad@NetBSD.org>

Add cddl directory to external build framework. build things from osnet dir
only when MKZFS variable is set.


# a8bcd3b5 29-Sep-2009 tsarna <tsarna@NetBSD.org>

Multicast DNS ("Bonjour") support, based on Apple's mDNSResponder.


# a7eeba89 21-Aug-2009 skrll <skrll@NetBSD.org>

Descend into gpl3


# d8b69fb9 18-Aug-2009 jmcneill <jmcneill@NetBSD.org>

Hook ACPICA iasl into build for i386 and amd64.


# 7d5e451c 23-Jun-2009 tron <tron@NetBSD.org>

Switch to building Postfix 2.6.2 via "external/ibm-public/postfix".


# c9d0c62a 19-Dec-2008 haad <haad@NetBSD.org>

Merge the haad-dm branch to -current. This branch adds LVM functionality to
the base NetBSD system. It uses Linux LVM2 tools and our BSD licensed
device-mapper driver.

The device-mapper driver can b

Merge the haad-dm branch to -current. This branch adds LVM functionality to
the base NetBSD system. It uses Linux LVM2 tools and our BSD licensed
device-mapper driver.

The device-mapper driver can be used to create virtual block devices which
maps virtual blocks to real with target mapping called target. Currently
these targets are available a linear, zero, error and a snapshot (this is
work in progress and doesn't work yet).

The lvm2tools adds lvm and dmsetup binary to based system, where the lvm
tool is used to manage and administer whole LVM and the dmestup is used to
communicate iwith device-mapper kernel driver. With these tools also
a libdevmapper library is instaled to the base system.

Building of tools and driver is currently disable and can be enabled with
MKLVM=yes in mk.conf. I will add sets lists and rc.d script soon.

Oked by agc@ and cube@.

show more ...


# 68ab5fbb 30-Oct-2008 joerg <joerg@NetBSD.org>

Add glue to ship Intel firmware images. For ipw and iwi require user to
accept the EULA via sysctl as discussed with core@.


# c24fbc8d 22-May-2008 lukem <lukem@NetBSD.org>

Descend into lib & bsd