As Pav Lucistnik (many thanks) pointed out in private mail, there is a problem compiling math/ggobi on clean boxes at least for amd64. It seems that only devel/libltdl is missing. # ------------------------------------------------------- [..SNIP..] mv -f .deps/display_tree.Tpo .deps/display_tree.Plo > /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -fno-strict-aliasing -MT display_ui.lo -MD -MP -MF .deps/display_ui.Tpo -c -o display_ui.lo display_ui.c > libtool: compile: cc -DHAVE_CONFIG_H -I. -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -fno-strict-aliasing -MT display_ui.lo -MD -MP -MF .deps/display_ui.Tpo -c display_ui.c -fPIC -DPIC -o .libs/display_ui.o > In file included from display_ui.c:20: > plugin.h:22:18: error: ltdl.h: No such file or directory > *** Error code 1 > Stop in /work/a/ports/math/ggobi/work/ggobi-2.1.9/src. # ------------------------------------------------------- Fix: The following patch should fix the problem: Patch attached with submission follows: How-To-Repeat: Build math/ggobi without having devel/libltdl installed.
State Changed From-To: open->closed Corrected version of your patch committed, thanks!
pav 2011-05-25 13:18:55 UTC FreeBSD ports repository Modified files: math/ggobi Makefile Log: - Add missed dependency on libltdl PR: ports/157311 Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) Revision Changes Path 1.4 +1 -0 ports/math/ggobi/Makefile _______________________________________________ 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"