On 2009/06/30 11:48, Ian McWilliam wrote: > >Tried using i386 - OpenBSD 4.5 stable. Same issues as above. > > > >Installed on laptop, reported libexecinfo not found when running > >smbclient. > >Added from ports libexecinfo. smbclient appear to be fine, missing > >dependency. > > > > Build from machine that doesn't have libexecinfo installed.
that's not how we do things in ports; it pretty much guarantees broken packages. either add the dependency or set CONFIGURE_ENV to prevent autoconf from picking it up. (for execinfo, just add the dependency, it's small).
