Date: Mon, 15 Apr 2002 15:24:15 +0400 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: Bruce Evans <bde@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/lib/libreadline/readline Makefile Message-ID: <20020415112415.GA22417@nagual.pp.ru> In-Reply-To: <20020415082011.GA11264@sunbay.com> References: <200204091302.g39D2QV05151@freefall.freebsd.org> <20020412113309.GA1551@nagual.pp.ru> <20020412114540.GB27751@sunbay.com> <20020412115414.GC1551@nagual.pp.ru> <20020412142553.GA45365@sunbay.com> <20020412151224.GA8492@nagual.pp.ru> <20020415065538.GB2452@sunbay.com> <20020415073549.GA19816@nagual.pp.ru> <20020415082011.GA11264@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 15, 2002 at 11:20:11 +0300, Ruslan Ermilov wrote: > So please fix it so that we have a real termcap library appearing > under /usr/lib with "termcap.so" as an internal name. It does not > matter if the actual contents is equivalent to ncurses.so -- that > would be an implementation detail. I would be more than happy to > back out my change then. Ok, how about this patch? Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/lib/libncurses/Makefile,v retrieving revision 1.52 diff -u -r1.52 Makefile --- Makefile 14 Sep 2001 15:27:51 -0000 1.52 +++ Makefile 15 Apr 2002 11:21:33 -0000 @@ -223,9 +223,9 @@ .if ${OBJFORMAT} =3D=3D aout SYMLINKS+=3Dlibncurses.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ libcurses.so.${SHLIB_MAJOR}.${SHLIB_MINOR} -SYMLINKS+=3Dlibncurses.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ - libtermcap.so.${SHLIB_MAJOR}.${SHLIB_MINOR} -SYMLINKS+=3Dlibncurses.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ +LINKS+=3D${SHLIBDIR}/libncurses.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ + ${SHLIBDIR}libtermcap.so.${SHLIB_MAJOR}.${SHLIB_MINOR} +SYMLINKS+=3Dlibtermcap.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ libtermlib.so.${SHLIB_MAJOR}.${SHLIB_MINOR} SYMLINKS+=3Dlibncurses.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ libmytinfo.so.${SHLIB_MAJOR}.${SHLIB_MINOR} @@ -234,8 +234,8 @@ .else # no need for major at all, it's an ld-time redirection only SYMLINKS+=3Dlibncurses.so ${SHLIBDIR}/libcurses.so -SYMLINKS+=3Dlibncurses.so ${SHLIBDIR}/libtermcap.so -SYMLINKS+=3Dlibncurses.so ${SHLIBDIR}/libtermlib.so +LINKS+=3D${SHLIBDIR}/libncurses.so ${SHLIBDIR}/libtermcap.so +SYMLINKS+=3Dlibtermcap.so ${SHLIBDIR}/libtermlib.so SYMLINKS+=3Dlibncurses.so ${SHLIBDIR}/libmytinfo.so SYMLINKS+=3Dlibncurses.so ${SHLIBDIR}/libtinfo.so .endif --=20 Andrey A. Chernov http://ache.pp.ru/ --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iQCVAwUBPLq4XuJgpPLZnQjrAQETlAQA7GreeMmcbzP/rQfPpuyKueEhN6N9X5yW U5Ckbqvj0rxC6PXmjcohDpT7V+yI0Jc+4CtHMyALXZJYg+FPUofujxtzVPbrwrFo b4wSQPLDJNZi5G57gT7XLhIRIwP2XzmyYyx8GOBbPQCZ8YKPJM+SwvjyaypIkMa4 v2Ffd95lLtA= =VR8e -----END PGP SIGNATURE----- --wac7ysb48OaltWcw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020415112415.GA22417>