Remove $FreeBSD$: one-line bare tagRemove /^\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
bsdbox: remove previously broken telnet(d) supportSupport for telnet(d) was commented out some time ago. Remove now thattelnetd is gone.Reviewed by: imp, delphij, emasteMFC after: 3 daysDiffe
bsdbox: remove previously broken telnet(d) supportSupport for telnet(d) was commented out some time ago. Remove now thattelnetd is gone.Reviewed by: imp, delphij, emasteMFC after: 3 daysDifferential Revision: https://reviews.freebsd.org/D36782
show more ...
ncurses: only keep the version with widechar supportOnly keep the widechar version of ncurses as libncursesw.so.9Keep the old name to avoid breaking the ABI compatibility (the nonwidechar versio
ncurses: only keep the version with widechar supportOnly keep the widechar version of ncurses as libncursesw.so.9Keep the old name to avoid breaking the ABI compatibility (the nonwidechar version libncurses.so.9 is not binary compatible withlibncursesw.so.9) since all ports and base are already only linkingagainst the widechar version we can simply remove libncurses.so.9Since the .9 version only lived in the dev branch and never ended in arelease, it is simply removed and not added to any binary compatpackage.Add symlinks to keep build time compatibility for anyone linking against-lncurses
bsdbox: fix build after recent libifconfig changeslibifconfig now generates file(s) into its .OBJDIR that are essential to thebuild. Make sure we -I that in, like we already do in the ^/rescue bui
bsdbox: fix build after recent libifconfig changeslibifconfig now generates file(s) into its .OBJDIR that are essential to thebuild. Make sure we -I that in, like we already do in the ^/rescue build.
bsdbox: remove useless linking against liblAll is good without it; just remove it.Requested by: bapt
bsdbox: fix buildWe've grown to also require libthr and libprivatestd to be explicitly linkedin here, so do this now to fix freebsd-wifi-build.Submitted by: Pavel Timofeev <timp87 gmail com>
Fix bsdbox build WITH_OFEDhostapd requires libpcap, which links against libmlx5 and libibverbs whenbuilding WITH_OFED. These were not pulled in to bsdbox and most bsdboxbuilds were WITHOUT_OFED u
Fix bsdbox build WITH_OFEDhostapd requires libpcap, which links against libmlx5 and libibverbs whenbuilding WITH_OFED. These were not pulled in to bsdbox and most bsdboxbuilds were WITHOUT_OFED up until recently, so it was not noticed.Approved by: re (gjb)
Avoid referencing private lib names directly.Sponsored by: Dell EMC Isilon
[bsdbox] fix compilation due to library work.
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
DIRDEPS_BUILD: Build crunchide for the host.MFC after: 2 weeksSponsored by: EMC / Isilon Storage Division
DIRDEPS_BUILD: Add a Makefile.dependSponsored by: EMC / Isilon Storage Division
Fix bsdbox builds after the recent libkvm requirement for libelf.
add missing lib80211 include.
Fix warning about redefined *_crunchdir_hostname target after r289734.'hostname' was in the build list twice.X-MFC-With: r289734MFC after: 2 weeksReported by: sbrunoSponsored by: EMC / Isilon
Fix warning about redefined *_crunchdir_hostname target after r289734.'hostname' was in the build list twice.X-MFC-With: r289734MFC after: 2 weeksReported by: sbrunoSponsored by: EMC / Isilon Storage Division
Add mv / expr ; these are used by the updated freebsd-wifi-build environment.
Add -lxo (for df) and -lgpio(for gpioctl) to bsdbox. This will allow the picostationbuild to work again.Reviewed by: adrian
Replace all uses of libncurses and libtermcap with their wide charactervariants. This allows usable file system images (i.e. those with both ashell and an editor) to be created with only one copy
Replace all uses of libncurses and libtermcap with their wide charactervariants. This allows usable file system images (i.e. those with both ashell and an editor) to be created with only one copy of the curses library.Exp-run: antoinePR: 189842Discussed with: baptSponsored by: DARPA, AFRL
NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will
NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will beaddressed in a future commit.
use MK_KERBEROS=no in preference to WITHOUT_KERBEROS
Remove IPX support.IPX was a network transport protocol in Novell's NetWare network operatingsystem from late 80s and then 90s. The NetWare itself switched to TCP/IPas default transport in 1998.
Remove IPX support.IPX was a network transport protocol in Novell's NetWare network operatingsystem from late 80s and then 90s. The NetWare itself switched to TCP/IPas default transport in 1998. Later, in this century the Novell OpenEnterprise Server became successor of Novell NetWare. The last releasethat claimed to still support IPX was OES 2 in 2007. Routing equipmentvendors (e.g. Cisco) discontinued support for IPX in 2011.Thus, IPX won't be supported in FreeBSD 11.0-RELEASE.
Do a bunch of fixing and refactoring.Fix up gzip to crunch right.Add kenv, although I'm not yet sure why it isn't working on my MIPSboards (reading kenv always returns blank.)
Disable fsck_ffs for now, 4MB target size issues.
Disable building textproc for now, it doesn't fit on my 4MB flashpartition.Add -lcrypt as a dynamic target.
12