sysutils/dar links dar binary against existing libdar in /usr/local/lib instead of the libdar which has just been built. This results in build failures due to unresolved externals when the libdar API changes like recently when going from version 2.3.3 to 2.3.4. Fix: A workaround is to deinstall then reinstall the port but a proper fix would be to correct the library search path in the port to link against the just-built libdar. How-To-Repeat: Update dar-2.3.3 to 2.3.4 using e.g. portupgrade
Responsible Changed From-To: freebsd-ports-bugs->miwi my fault.
miwi 2007-08-06 15:34:43 UTC FreeBSD ports repository Modified files: sysutils/dar Makefile Added files: sysutils/dar/files patch-src-dar-Makefile.am patch-src-dar-Makefile.in Log: - Fix build PR: 115241 Submitted by: Neil Darlow <neil@darlow.co.uk> Revision Changes Path 1.22 +1 -0 ports/sysutils/dar/Makefile 1.1 +11 -0 ports/sysutils/dar/files/patch-src-dar-Makefile.am (new) 1.1 +11 -0 ports/sysutils/dar/files/patch-src-dar-Makefile.in (new) _______________________________________________ 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"
State Changed From-To: open->closed Thanks for your report. Fixed.