On Wed, Mar 7, 2012 at 3:42 AM, Alex Dupre <[email protected]> wrote: > Roman Bogorodskiy wrote: >>> USE_AUTOTOOLS= libtool >>> USE_GNOME= ltverhack >>> >>> to avoid bumping. >> >> I'm using it and it doesn't help: libgnutls.so.47 becomes >> libgnutls.so.48 (where 48 is 'current'). > > Probably you have not set LIBTOOLFILES to include all the 'configure' > scripts.
Yep, that's correct. The gnutls has more than one configure, so its Makefile will need to set it to this: LIBTOOLFILES= configure lib/configure libextra/configure Cheers, Mezz > In any case, a bump will be necessary, because the shared version number > will decrease, but at least it won't be necessary next times. > > -- > Alex Dupre -- [email protected] - [email protected] FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - [email protected] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
