> $ ftp -o- http://junkpile.org/sort-ispell.txt | sort -u -t/ +0f -1 +0
The -u seems unimportant. Using more modern syntax, the following seems to
have the same effect:
$ ftp http://junkpile.org/sort-ispell.txt && sort -t/ -k1,1 -k1 sort-ispell.txt
>
> The second one I've seen affects at least
I've noticed a couple of segfaults from sort. First one happens when
building ports/textproc/ispell on amd64 (it's ok on i386). It occurs
after printing 'Creating list of legal roots/flags' (but the build
continues so it's not very apparent unless you grep over the port
build logs looking for core