The port net/x11vnc fails to buils because of added avahi dependancy, which in turn depends on libintl library from devel/gettext ports, but these dependancies was not added. Fix: Apply the following patch. This adds devel/gettext dependancy using USE_GETTEXT=yes and patches `configure' to include -lintl in LIBS= definition. How-To-Repeat: Build the port - it will break at link stage with errors: /usr/local/lib/libavahi-common.so: undefined reference to `libintl_bindtextdomain' /usr/local/lib/libavahi-common.so: undefined reference to `libintl_dgettext' /usr/local/lib/libavahi-common.so: undefined reference to `libintl_bind_textdomain_codeset'
Responsible Changed From-To: freebsd-ports-bugs->beech Over to maintainer (via the GNATS Auto Assign Tool)
beech 2008-12-20 18:40:07 UTC FreeBSD ports repository Modified files: net/x11vnc Makefile Added files: net/x11vnc/files patch-configure Log: - Add devel/gettext dependancy using USE_GETTEXT=yes and patches `configure' to include -lintl in LIBS= definition. - Bump portrevision PR: ports/129785 Submitted by: Pavel Gubin <pg@2lazy.ru> Revision Changes Path 1.21 +4 -4 ports/net/x11vnc/Makefile 1.1 +14 -0 ports/net/x11vnc/files/patch-configure (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 Committed (with maintainer changes), Thanks!