cperciva e212b28cc6 Adjust recognize-shared-libraries regex to avoid matching symlinks to
shared libraries.

This fixes a problem which resulted in 6.x->7.x upgrades having the
/usr/lib/libpthread.so -> libthr.so symlink missing; what happened was
that the old libpthread.so symlink pointed to /lib/libpthread.so.2 --
which matched the "/lib/*\.so\.[0-9]+" regex -- but the new symlink
didn't, so FreeBSD Update got confused and deleted the symlink as part
of its "remove old shared libraries" step.

To recreate the symlink (which I understand is necessary for ports like
KDE to build) on a 7.x system which FreeBSD Update upgraded from 6.x:
# ln -s libthr.so /usr/lib/libpthread.so

Reported by:	Dmitry RCL Rekman
Help diagnosing bug from:	kris
MFC after:	7 days
2008-03-25 11:31:16 +00:00
..
2007-12-05 16:50:48 +00:00
2007-12-19 03:31:44 +00:00
2008-02-19 07:09:19 +00:00
2007-11-07 10:53:41 +00:00
2007-11-07 10:53:41 +00:00
2007-03-15 04:09:40 +00:00
2007-11-07 10:53:41 +00:00
2006-07-20 09:38:46 +00:00
2007-07-03 12:46:08 +00:00
2007-11-07 10:53:41 +00:00
2007-04-05 21:17:52 +00:00
2006-09-29 17:57:04 +00:00
2007-11-07 10:53:41 +00:00
2006-06-29 09:18:16 +00:00
2006-09-01 09:24:28 +00:00
2007-11-07 10:53:41 +00:00
2006-09-29 17:57:04 +00:00
2007-12-21 19:34:26 +00:00
2007-01-20 23:24:11 +00:00
2006-10-10 07:19:30 +00:00
2007-11-07 10:53:41 +00:00
2008-01-30 22:11:59 +00:00
2006-09-30 19:07:03 +00:00
2007-11-07 10:53:41 +00:00
2008-02-22 06:25:49 +00:00
2006-08-22 08:03:01 +00:00
2008-02-18 03:19:25 +00:00
2007-11-07 10:57:35 +00:00
2007-11-07 10:53:41 +00:00
2007-11-07 10:53:41 +00:00
2007-11-07 10:53:41 +00:00
2007-02-15 02:45:14 +00:00
2007-11-07 10:53:41 +00:00
2007-11-07 10:53:41 +00:00
2007-11-07 10:53:41 +00:00
2007-10-12 18:16:35 +00:00
2007-03-16 12:36:54 +00:00
2008-01-31 16:58:07 +00:00
2007-10-31 13:49:20 +00:00
2007-10-16 02:32:44 +00:00
2008-02-11 08:12:58 +00:00
2006-07-27 14:52:12 +00:00
2006-12-22 23:23:59 +00:00
2007-07-28 00:12:21 +00:00
2008-02-19 07:09:19 +00:00
2008-03-10 12:53:41 +00:00