On Sun, Jul 25, 2010 at 1:06 PM, Sahil Tandon <sa...@freebsd.org> wrote:
> On Sun, 2010-07-25 at 15:39:20 +0000, Martin Matuska wrote:
>
>>   Log:
>>   Update libevent to 1.4.14b
>
> Sorry for what may be a silly question, but I'm still trying to
> understand when (and when not) to bump PORTREVISION on dependant ports.
> Following the above libevent update, why weren't some ports that
> explicitly LIB_DEPENDS on libevent bumped?
>
>  devel/gearmand
>  devel/libmsocket
>  devel/py-gevent
>  net-p2p/unworkable

...and net-p2p/transmission-*. I already did on those transmission-*
ports, so you (mm) don't have to worry about transmission-* port.

While I am here, next time, when someone update libevent and if the
version shared library changed. Recommend to anyone to add
USE_AUTOTOOLS=libtool:22 and USE_GNOME=ltverhack that will correct the
version shared library. For example, with 1.1.13 with AUTOTOOLS/GNOME
added, I get this:

--------------------------------------
# grep "\.so\." pkg-plist-13
lib/libevent-1.4.so.2
lib/libevent_core-1.4.so.2
lib/libevent_extra-1.4.so.2
--------------------------------------

With the 1.4.14b, I get same as before.

--------------------------------------
# grep "\.so\." pkg-plist-14b
lib/libevent-1.4.so.2
lib/libevent_core-1.4.so.2
lib/libevent_extra-1.4.so.2
--------------------------------------

The USE_GNOME=ltverhack fixes a bug in libtool to bump version, which
it corrects way and only bump when ABI changes.

Cheers,
Mezz


> Thanks for your guidance.
>
> --
> Sahil Tandon <sa...@freebsd.org>


-- 
mezz.free...@gmail.com - m...@freebsd.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gn...@freebsd.org
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"

Reply via email to