Re: libevent upgrades

2008-04-16 Thread Blair Zajac
Brett, This is a dynamic library, the issue is that libevent renames the .dylib on each version upgrade. Maybe they change the ABI so this is a way to force dependents to recompile? I don't know off hand. The current shared library is named /Users/blair/my-macports/lib/libevent-1.4.2.dylib

Re: libevent upgrades

2008-04-16 Thread Brett Eisenberg
That makes sense. I'll get the dependents revisions updated, and for future releases see about patch libevent to embed the version information into the library. Apologies for the confusion. best, Brett On Apr 16, 2008, at 12:59 , Blair Zajac wrote: Brett, This is a dynamic library, the iss

Re: libevent upgrades

2008-04-16 Thread Brett Eisenberg
Blair, Thanks. I presumed that depends_lib would track versions for static libraries, to maintain state. I was also unaware that dylibs are broken compared to normal shared libraries, live and learn. Noted, and I'll track down the rest of the dependencies. Bumping revisions manually in a

libevent upgrades

2008-04-16 Thread Blair Zajac
Brett, When you bump a libevent version, please bump the revision number on all packages that depend upon it since they will need to be recompiled. Here's memcached after running with the libevent upgrade: $ /opt/local/bin/memcached --help dyld: Library not loaded: /Users/blair/my-macports/li