Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove iBCS2, part1: userspaceiBCS2 was disconnected from the build in 2015 (see r291419)bsdconfig parts submitted by dteske.Reviewed by: kib (previous version)Sponsored by: The FreeBSD Founda
Remove iBCS2, part1: userspaceiBCS2 was disconnected from the build in 2015 (see r291419)bsdconfig parts submitted by dteske.Reviewed by: kib (previous version)Sponsored by: The FreeBSD Foundation
show more ...
Remove SVR4 (System V Release 4) binary compatibility support.UNIX System V Release 4 is operating system released in 1988. It ceasedto exist in early 2000-s.
META MODE: Update dependencies with 'the-lot' and add missing directories.This is not properly respecting WITHOUT or ARCH dependencies in target/.Doing so requires a massive effort to rework targe
META MODE: Update dependencies with 'the-lot' and add missing directories.This is not properly respecting WITHOUT or ARCH dependencies in target/.Doing so requires a massive effort to rework targets/ to do so. Abetter approach will be to either include the SUBDIR Makefiles directlyand map to DIRDEPS or just dynamically lookup the SUBDIR. These losethe benefit of having a userland/lib, userland/libexec, etc, though andresults in a massive package. The current implementation of targets/ isvery unmaintainable.Currently rescue/rescue and sys/modules are still not connected.Sponsored by: EMC / Isilon Storage Division
META MODE: These need object directories to handle staging.Sponsored by: EMC / Isilon Storage Division
Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)Makefile's, fixing concurrent installworld (`make -j17 installworld').Thanks to: delphij, emasteReviewed by: delphijMFC aft
Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)Makefile's, fixing concurrent installworld (`make -j17 installworld').Thanks to: delphij, emasteReviewed by: delphijMFC after: 3 daysX-MFC-to: stable/10, stable/9
Sort messages.
Perform some code consolidation and add some additional errorchecking/reporting. (similar to SVN revisions 251919 and 251928)
Lessen verbosity of "Exit" menutag items to appear more consistent acrossmenus from one module to the next.Replacing "Exit this menu (returning to previous)" with "Exit this menu".PR: ports/169
Lessen verbosity of "Exit" menutag items to appear more consistent acrossmenus from one module to the next.Replacing "Exit this menu (returning to previous)" with "Exit this menu".PR: ports/169316
Clarify to the user the amount of time required to load the menus foreach view in the details dialog.
Move major includes into /usr/share/bsdconfig for easy external access.Reviewed by: adrian (co-mentor)Approved by: adrian (co-mentor)
Import bsdconfig(8) as a replacement for the post-install abilities ofdeprecated sysinstall(8). NOTE: WITH_BSDCONFIG is currently required.Submitted by: Devin Teske (dteske), Ron McDowell <rcm@fuz
Import bsdconfig(8) as a replacement for the post-install abilities ofdeprecated sysinstall(8). NOTE: WITH_BSDCONFIG is currently required.Submitted by: Devin Teske (dteske), Ron McDowell <[email protected]>Reviewed by: Ron McDowell <[email protected]>Approved by: Ed Maste (emaste)