mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Die, resizecons, die!
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10169 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
d65b365590
commit
68f174bd7e
@ -36,6 +36,15 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2013-02-26</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[ken] - Remove the obsolete resizecons program from kbd, again.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2013-02-24</para>
|
<para>2013-02-24</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -54,6 +54,14 @@
|
|||||||
|
|
||||||
<screen><userinput remap="pre">sed -i -e '326 s/if/while/' src/loadkeys.analyze.l</userinput></screen>
|
<screen><userinput remap="pre">sed -i -e '326 s/if/while/' src/loadkeys.analyze.l</userinput></screen>
|
||||||
|
|
||||||
|
<para>Remove the redundant <command>resizecons</command> program (it requires
|
||||||
|
the defunct svgalib to provide the video mode files - for normal use
|
||||||
|
<command>setfont</command> sizes the console appropriately) together with its
|
||||||
|
manpage.</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure &&
|
||||||
|
sed -i 's/resizecons.8 //' man/man8/Makefile.in &&</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare Kbd for compilation:</para>
|
<para>Prepare Kbd for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr --datadir=/lib/kbd \
|
<screen><userinput remap="configure">./configure --prefix=/usr --datadir=/lib/kbd \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-2013024">
|
<!ENTITY version "SVN-2013024">
|
||||||
<!ENTITY releasedate "February 24, 2013">
|
<!ENTITY releasedate "February 26, 2013">
|
||||||
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.3">
|
<!ENTITY milestone "7.3">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user