Date: Sat, 20 Mar 2004 00:05:47 +0200 From: Rolandas Naujikas <rolnas@takas.lt> To: ports@freebsd.org Subject: static library dependencies Message-ID: <20040319220547.GA9667@rolnas>
next in thread | raw e-mail | index | archive | help
Hello There I found problem with static library dependencies. Mostly those library is defined in BUILD_DEPENDS, but the code itself are using in runtime, but with only difference, compiled staticly. If there in ports will be new version of such library, then I should rebuild. But there situation with BUILD_DEPENDS, those only used for building (like gmake or libtool). If those change, I doen't need to rebuild, because nothing really from them change (not always). When I should rebuild package ? If RUN_DEPENDS change, then should, but if BUILD_DEPENDS change, then (?). The example can be vpopmail static library and courier-imap (with vpopmail option). Rolandas Naujikas P.S. I have developped automatic binary packages building software, that differ from portupgrade, that packages are built in safe chroot environments (and sometime in jails). After I can quickly upgrade many hosts even without ports tree. Those are shell scripts pkg_build and pkg_update on http://uosis.mif.vu.lt/~rolnas/pkg/. P.S. Sorry for my english.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040319220547.GA9667>