diff options
author | ak <ak@FreeBSD.org> | 2012-06-30 23:19:49 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2012-06-30 23:19:49 +0800 |
commit | c97178f9bc38942318d587300286b92ea6c34840 (patch) | |
tree | 3d34850b8cd05f6dce4b847ca638d376fb186272 /lang/pypy | |
parent | a7b99747983c22eec1da3f5cc723b4f85c30fac3 (diff) | |
download | freebsd-ports-gnome-c97178f9bc38942318d587300286b92ea6c34840.tar.gz freebsd-ports-gnome-c97178f9bc38942318d587300286b92ea6c34840.tar.zst freebsd-ports-gnome-c97178f9bc38942318d587300286b92ea6c34840.zip |
- Remove unneeded file
Approved by: David Naylor <naylor.b.david@gmail.com> (maintainer)
Diffstat (limited to 'lang/pypy')
-rw-r--r-- | lang/pypy/TODO | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lang/pypy/TODO b/lang/pypy/TODO deleted file mode 100644 index 5b2794086a1c..000000000000 --- a/lang/pypy/TODO +++ /dev/null @@ -1,8 +0,0 @@ -TODO: - * support valgrind - * make jitviewer port (depends flask pygments simplejson Jinja2 Werkzeug) - * integrate into bsd.python.mk - -Pypy deficiencies under FreeBSD: - * boehm GC does not work (possibly FreeBSD specific) - * --gcrootfinder=asmgcc does not work (currently only works under Linux) |