Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Mar 2012 17:08:01 +0100
From:      Yves Fischer <yvesf@xapek.org>
To:        freebsd-ports@freebsd.org
Cc:        olgeni@FreeBSD.org
Subject:   lang/racket X11 dependencies
Message-ID:  <20120309160801.GA11267@ghostdub.de>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120309160801.GA11267>