freebsd-ports/lang/gdc
Dmitry Marakasov 981fbffab6 - Mark broken on 8.x - gdc fails to link anything
May be tested on simple hello world:

---
import std.stdio;

int main() {
	std.stdio.writefln("Hello World!");
	std.stdio.readln;
	return 0;
}
---
gdc test.d -o test
---
/usr/local/lib/gcc/i386-portbld-freebsd8.0/../../libgphobos.a(math.o)(.text+0xa45): In function `_D3std4math6tgammaFeZe':
../.././../gcc-4.1-20080428/libphobos/std/math.d:1136: undefined reference to `tgammal'
...
2009-02-17 23:04:57 +00:00
..
files - Add patch to fix exceptions on FreeBSD (throwing exception from D will no longer lead straight to abort()) 2008-08-07 09:56:55 +00:00
distinfo
Makefile - Mark broken on 8.x - gdc fails to link anything 2009-02-17 23:04:57 +00:00
pkg-descr
pkg-plist