Dear all, i want to use lang/racket without installing GUI-Libraries. If the "X11" Flag is disabled, the racket port still depends on X11 Libraries.
I modified the Makefile [1] to not require jpeg, png and cairo if X11 is not selected: Also I added a Flag for Places because it should save sombe bytes in runtime memory consumption [2]. I'm able to compile and install racket with this modifications, but calls to gui-tools/libs (drracket or require plot) fails with: ffi-lib: couldn't open "libcairo.so.2" (Shared object \ "libcairo.so.2" not found, required by "racket") I'm OK with that because i dont intend to use them. It would be nice, if racket could be in ports without forcing me to install x11 stuff. Regards, Yves [1] http://xapek.org/~yvesf/random/FreeBSD_lang_racket_Makefile [2] http://groups.google.com/group/racket-users/msg/74e92c36e758ba1b _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"