Deleted Added
full compact
UPDATING (276479) UPDATING (276551)
1Updating Information for FreeBSD current users.
2
3This file is maintained and copyrighted by M. Warner Losh <imp@freebsd.org>.
4See end of file for further details. For commonly done items, please see the
5COMMON ITEMS: section later in the file. These instructions assume that you
6basically know what you are doing. If not, then please consult the FreeBSD
7handbook:
8

--- 17 unchanged lines hidden (view full) ---

26 includes various WITNESS- related kernel options, INVARIANTS, malloc
27 debugging flags in userland, and various verbose features in the
28 kernel. Many developers choose to disable these features on build
29 machines to maximize performance. (To completely disable malloc
30 debugging, define MALLOC_PRODUCTION in /etc/make.conf, or to merely
31 disable the most expensive debugging functionality run
32 "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
33
1Updating Information for FreeBSD current users.
2
3This file is maintained and copyrighted by M. Warner Losh <imp@freebsd.org>.
4See end of file for further details. For commonly done items, please see the
5COMMON ITEMS: section later in the file. These instructions assume that you
6basically know what you are doing. If not, then please consult the FreeBSD
7handbook:
8

--- 17 unchanged lines hidden (view full) ---

26 includes various WITNESS- related kernel options, INVARIANTS, malloc
27 debugging flags in userland, and various verbose features in the
28 kernel. Many developers choose to disable these features on build
29 machines to maximize performance. (To completely disable malloc
30 debugging, define MALLOC_PRODUCTION in /etc/make.conf, or to merely
31 disable the most expensive debugging functionality run
32 "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
33
3420150102:
35 The GNU texinfo and GNU info pages have been removed.
36 To be able to view GNU info pages please install texinfo from ports.
37
3420141231:
35 Clang, llvm and lldb have been upgraded to 3.5.0 release.
36
37 As of this release, a prerequisite for building clang, llvm and lldb is
38 a C++11 capable compiler and C++11 standard library. This means that to
39 be able to successfully build the cross-tools stage of buildworld, with
40 clang as the bootstrap compiler, your system compiler or cross compiler
41 should either be clang 3.3 or later, or gcc 4.8 or later, and your

--- 129 unchanged lines hidden (view full) ---

171 "service local_unbound setup" as root to regenerate your
172 configuration, then "service local_unbound reload" to load the
173 new configuration.
174
17520140709:
176 The GNU texinfo and GNU info pages are not built and installed
177 anymore, WITH_INFO knob has been added to allow to built and install
178 them again.
3820141231:
39 Clang, llvm and lldb have been upgraded to 3.5.0 release.
40
41 As of this release, a prerequisite for building clang, llvm and lldb is
42 a C++11 capable compiler and C++11 standard library. This means that to
43 be able to successfully build the cross-tools stage of buildworld, with
44 clang as the bootstrap compiler, your system compiler or cross compiler
45 should either be clang 3.3 or later, or gcc 4.8 or later, and your

--- 129 unchanged lines hidden (view full) ---

175 "service local_unbound setup" as root to regenerate your
176 configuration, then "service local_unbound reload" to load the
177 new configuration.
178
17920140709:
180 The GNU texinfo and GNU info pages are not built and installed
181 anymore, WITH_INFO knob has been added to allow to built and install
182 them again.
183 UPDATE: see 20150102 entry on texinfo's removal
179
18020140708:
181 The GNU readline library is now an INTERNALLIB - that is, it is
182 statically linked into consumers (GDB and variants) in the base
183 system, and the shared library is no longer installed. The
184 devel/readline port is available for third party software that
185 requires readline.
186

--- 909 unchanged lines hidden (view full) ---

1096HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1097STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1098IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1099POSSIBILITY OF SUCH DAMAGE.
1100
1101Contact Warner Losh if you have any questions about your use of
1102this document.
1103
184
18520140708:
186 The GNU readline library is now an INTERNALLIB - that is, it is
187 statically linked into consumers (GDB and variants) in the base
188 system, and the shared library is no longer installed. The
189 devel/readline port is available for third party software that
190 requires readline.
191

--- 909 unchanged lines hidden (view full) ---

1101HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1102STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1103IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1104POSSIBILITY OF SUCH DAMAGE.
1105
1106Contact Warner Losh if you have any questions about your use of
1107this document.
1108
1104$FreeBSD: head/UPDATING 276479 2014-12-31 20:31:32Z dim $
1109$FreeBSD: head/UPDATING 276551 2015-01-02 18:45:03Z bapt $