From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 From: Mike Frysinger Organization: wh0rd.org To: kbd Date: Tue, 1 Apr 2008 11:21:59 -0400 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_XMl8HcTR8qHlfnV" Message-Id: <200804011121.59788.vapier@gentoo.org> Subject: [kbd] [patch] fix missing keycodes/resizecons binaries X-BeenThere: kbd@lists.altlinux.org X-Mailman-Version: 2.1.10b3 Precedence: list Reply-To: Linux console tools development discussion List-Id: Linux console tools development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2008 15:18:09 -0000 Archived-At: List-Archive: --Boundary-00=_XMl8HcTR8qHlfnV Content-Type: multipart/signed; boundary="nextPart14569577.E3FWXWCuR7"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart14569577.E3FWXWCuR7 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline the src/Makefile.in was missing the configure options for keycodes/resizeco= ns=20 and so they never got built/installed. attached fix is by Charles Cl=E9men= t=20 for the issue. =2Dmike --nextPart14569577.E3FWXWCuR7 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.7 (GNU/Linux) iQIVAwUAR/JTF0FjO5/oN/WBAQLhbBAA1PlFNmZNtlq86MmhQphoo5HTVyugm+dO a/EabYqbPvTAewzXrkfxFoR2dHIkYiVChs5QecKuR1vLjSV7O4TGpymJabrkmWED bexaY1T2a4KvNs67TE1k3y3oeixweIEvwcShpSydHbXFEbAZ9YLymzO3lOrE6VTS eVjrRbKwHMBCmDuMXDpQCKBolRXb1UXJBVzN5M+f1rGEh3VgKsl1HhTlopuvC35L MoTLCUkgoaqlwqNKxsMoaOqvBSXYPtz7e7VnbZU7XddIuLN76dDz12EQnLXQW48F MqJlauVVANd2pc9DHMrelh/r7PiNoZ3GlKO9qHzvAwChejamwmwdOXtjBM/0Z69H 4TM4Xbs/yyeefaIL0b18J2SeTb1IxkjAjf40Jrp75IkgzDVywhDotjKv+Z5Lduk0 NdWElx/qN6lFT+KmThAwlHYFhayacXHl9NI7ryd3K+6twsOLkTBNwoPqy/Gckc4S fQKqg6zFlKSrOhE/zb5cNduMR5u0XzymO/GaQXAKo52q9d/joWpzPkGZf2XQ6544 KNkp1K8A0ubSd6J+U/zyvQg5nJWLf24B+nXlW5IDlpmfzvvfCk4chxGD80fkOj4j oNBr6KLQ5eeE+7cdaR2LI/8BWbRg+Lq4ESQynOVlN3dv36FcBF7/WWNMAqGjwzMr Xuwcmtn5Ue0= =XtBh -----END PGP SIGNATURE----- --nextPart14569577.E3FWXWCuR7-- --Boundary-00=_XMl8HcTR8qHlfnV Content-Type: text/x-diff; charset="us-ascii"; name="kbd-1.14.1-missing-configure.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="kbd-1.14.1-missing-configure.patch" fix from Charles Cl=C3=A9ment for missing binaries http://bugs.gentoo.org/215610 =2D-- kbd-1.14.1/src/Makefile.in +++ kbd-1.14.1/src/Makefile.in @@ -2,6 +2,8 @@ prefix =3D @prefix@ exec_prefix =3D @exec_prefix@ bindir =3D $(DESTDIR)@bindir@ datarootdir =3D @datarootdir@ +KEYCODES_PROGS =3D @KEYCODES_PROGS@ +RESIZECONS_PROGS =3D @RESIZECONS_PROGS@ OPTIONAL_PROGS =3D @OPTIONAL_PROGS@ =20 # Something like /usr/lib/kbd or /usr/share/kbd --Boundary-00=_XMl8HcTR8qHlfnV--