Changeset e58667e
- Timestamp:
- 01/13/2018 03:33:35 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- fbcb384
- Parents:
- efcdd60
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/js38.xml
refcdd60 re58667e 152 152 chmod 644 $link 153 153 done && 154 popd</userinput></screen> 154 popd && 155 156 chown -Rv root.root /usr/include/mozjs-38</userinput></screen> 155 157 156 158 </sect2> -
general/genlib/libgusb.xml
refcdd60 re58667e 141 141 <seglistitem> 142 142 <seg> 143 None143 gusbcmd 144 144 </seg> 145 145 <seg> … … 157 157 <?dbfo list-presentation="list"?> 158 158 <?dbhtml list-presentation="table"?> 159 160 <varlistentry id="gusbcmd"> 161 <term><command>gusbcmd</command></term> 162 <listitem> 163 <para> 164 is a debugging tool for the libgusb library. 165 </para> 166 <indexterm zone="libgusb gusbcmd"> 167 <primary sortas="b-gusbcmd">gusbcmd</primary> 168 </indexterm> 169 </listitem> 170 </varlistentry> 159 171 160 172 <varlistentry id="libgusb-lib"> -
general/graphlib/libtiff.xml
refcdd60 re58667e 113 113 <!-- "build" exists in the source tree --> 114 114 <screen><userinput>mkdir -p libtiff-build && 115 cd libtiff-build&&115 cd libtiff-build && 116 116 117 117 cmake -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/libtiff-4.0.9 \ -
general/prog/llvm.xml
refcdd60 re58667e 220 220 Note that the several Sanitizer tests (9 of 26479) are known to fail. 221 221 <!-- Still true for v 5.0.0 --> 222 223 <note><simpara>The checks create device nodes in the /tmp directory. The 224 tests will fail if /tmp is mounted with the nodev 225 option.</simpara></note> 222 226 </para> 223 227 -
general/sysutils/systemd.xml
refcdd60 re58667e 127 127 </para> 128 128 129 <screen><userinput>meson --prefix 130 --sysconfdir 131 --localstatedir 129 <screen><userinput>meson --prefix=/usr \ 130 --sysconfdir=/etc \ 131 --localstatedir=/var \ 132 132 -Dblkid=true \ 133 133 -Dbuildtype=release \ -
gnome/applications/network-manager-applet.xml
refcdd60 re58667e 133 133 meson --prefix=/usr \ 134 134 --sysconfdir=/etc \ 135 -Dlibnm-gtk=true \136 135 -Dselinux=false \ 137 136 -Dteam=false && … … 146 145 </para> 147 146 148 <screen role="root"><userinput>ninja install && 149 sed 's@linm-glib@libnm-glib@' -i /usr/lib/pkgconfig/libnm-gtk.pc</userinput></screen> 147 <screen role="root"><userinput>ninja install</userinput></screen> 150 148 151 149 </sect2> … … 153 151 <sect2 role="commands"> 154 152 <title>Command Explanations</title> 155 156 <para>157 <parameter>-Denable-libnm-gtk=true</parameter>: This switch enables build158 of the legacy libnm-gtk (required for <application>Gnome</application>).159 </para>160 153 161 154 <para> … … 174 167 <option>-Denable-wwan=false</option>: This switch disables WWAN support. 175 168 Use this if you do not have <xref linkend="ModemManager"/> installed. 176 </para>177 178 <para>179 <command>sed 's@linm-glib@libnm-glib@'</command>: Fix an error in the180 install <application>pkg-config</application> file.181 169 </para> 182 170 -
introduction/important/building-notes.xml
refcdd60 re58667e 168 168 single processor build. Adding '-j1' to a make command will override 169 169 the similar setting in the MAKEFLAGS environment variable.</para> 170 171 <note><para>When running the package tests or the install portion of the 172 package build process, we do not recommend using an option greater than 173 '-j1' unless specified otherwise. The installation procedures or checks 174 have not been validated using parallel procedures and may fail with issues 175 that are difficult to debug.</para></note> 170 176 171 177 </sect2> -
introduction/welcome/changelog.xml
refcdd60 re58667e 45 45 <para>January 12th, 2018</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Various text updates. Fixes 49 <ulink url="&blfs-ticket-root;10248">#10248</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to wireshark-2.4.4. Fixes 53 <ulink url="&blfs-ticket-root;10254">#10254</ulink>.</para> 54 </listitem> 47 55 <listitem> 48 56 <para>[bdubbs] - Update to gtk+2 2.24.32. Fixes -
multimedia/libdriv/pulseaudio.xml
refcdd60 re58667e 80 80 <bridgehead renderas="sect4">Required</bridgehead> 81 81 <para role="required"> 82 <xref linkend="json-c"/> and83 82 <xref linkend="libsndfile"/> 84 83 </para>
Note:
See TracChangeset
for help on using the changeset viewer.