Although there was no library version bump involved in the update of textproc/libxml2, PORTREVISION bumps are needed for those ports that directly depend on libxml2. Otherwise, any application that relies on those libraries is unusable, e.g.: /libexec/ld-elf.so.1: /usr/local/lib/libxml2.so.5: version LIBXML2_2.6.1 required by /usr/local/lib/libstreamanalyzer.so.0 not defined
Responsible Changed From-To: freebsd-ports-bugs->kde - fix synopsis and assign
Responsible Changed From-To: kde->gnome - fix synopsis and assign
I think a version bump is not the solution here. The problem is that symbol versioning is not detected properly, so the library is built without symbol versioning. This should be fixed because without symbol versioning a bump is required for every libxml2 version. To prevent reoccurance, a check should be added that breaks the build if symbol versioning is not enabled. -- Jilles Tjoelker
kwm 2010-11-27 16:02:15 UTC FreeBSD ports repository Modified files: textproc/libxml2 Makefile textproc/libxml2/files patch-configure Log: Re-enable symbol versioning. This fixes the undefined symbols. PR: ports/152616 ports/152612 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Pascal Stumpf <Pascal.Stumpf@cubes.de> Revision Changes Path 1.168 +1 -1 ports/textproc/libxml2/Makefile 1.11 +13 -4 ports/textproc/libxml2/files/patch-configure _______________________________________________ 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 This was fixed in the libxml2 port itself, no need to mass bumpage. Thanks for you bug report.