Shared library was being created as libviterbi.so.2.0.1 which means it was not found by ldconfig. Change it to libviterbi.so.2. (since library hasn't changed, and ldconfig didn't find it anyway I don't think the shared library version needs to be bumped as a result of this change). Bump PORTREVISION Also replace deprecated INSTALLS_SHLIB with USE_LDCONFIG. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed Committed. Thanks!
miwi 2006-11-15 19:51:08 UTC FreeBSD ports repository Modified files: math/simd-viterbi Makefile math/simd-viterbi/files patch-makefile.in Log: - Fixed shard library - Bump PORTREVISION - INSTALLS_SHLIB => USE_LDCONFIG PR: ports/105525 Submitted by: Thomas Sandford <freebsduser@paradisegreen.co.uk> (maintainer) Revision Changes Path 1.3 +3 -2 ports/math/simd-viterbi/Makefile 1.2 +52 -9 ports/math/simd-viterbi/files/patch-makefile.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"