Date: Tue, 4 Feb 2020 21:27:39 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r357543 - in head: share/mk tools/build/options usr.sbin usr.sbin/simple_httpd Message-ID: <202002042127.014LRd5x025181@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Tue Feb 4 21:27:39 2020 New Revision: 357543 URL: https://svnweb.freebsd.org/changeset/base/357543 Log: Remove simple_httpd simple_httpd was granted a reprieve from the picobsd removal based on having some reported user; it turns out this user isn't actually using the version in base and merging their changes would be difficult at this point, so the version in base will simply continue to rot. Retire it now, it may make a comeback to ports with the improved version. No notice issued because its current visibility has only been for ~3 months, and a notice has been previously issued about picobsd removal. Deleted: head/tools/build/options/WITHOUT_HTTPD head/tools/build/options/WITH_HTTPD head/usr.sbin/simple_httpd/ Modified: head/share/mk/src.opts.mk head/usr.sbin/Makefile Modified: head/share/mk/src.opts.mk ============================================================================== --- head/share/mk/src.opts.mk Tue Feb 4 21:18:56 2020 (r357542) +++ head/share/mk/src.opts.mk Tue Feb 4 21:27:39 2020 (r357543) @@ -205,7 +205,6 @@ __DEFAULT_NO_OPTIONS = \ GNU_GREP_COMPAT \ GPL_DTC \ HESIOD \ - HTTPD \ LIBSOFT \ LOADER_FIREWIRE \ LOADER_FORCE_LE \ Modified: head/usr.sbin/Makefile ============================================================================== --- head/usr.sbin/Makefile Tue Feb 4 21:18:56 2020 (r357542) +++ head/usr.sbin/Makefile Tue Feb 4 21:27:39 2020 (r357543) @@ -142,7 +142,6 @@ SUBDIR.${MK_FMTREE}+= fmtree SUBDIR.${MK_FREEBSD_UPDATE}+= freebsd-update SUBDIR.${MK_GSSAPI}+= gssd SUBDIR.${MK_GPIO}+= gpioctl -SUBDIR.${MK_HTTPD}+= simple_httpd SUBDIR.${MK_INET6}+= ip6addrctl SUBDIR.${MK_INET6}+= mld6query SUBDIR.${MK_INET6}+= ndp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002042127.014LRd5x025181>