OSS Camp Delhi is being held on September 8th-9th, 2007.
The venue for the event is yet to be announced.
You can keep track of whats going on by going to the official website of OSS Camp Delhi
Month: July 2007
Installing GD without X on FreeBSD 6.X
Installing GD library on FreeBSD 6.X, it also installs the X11. If you have updated ports, it tries to install X.Org 7.2 . Now I only use FreeBSD in a server environment, I have no use for the X.org client libraries. So the only thing I do is this:
# cd /usr/ports/graphics/gd
# make clean
# make install WITHOUT_X11=yes
Amitabh