pkgsrc/net/tnftp
abs 44dc2856b0 Fix PR 40151 - bootstrap of pkgsrc fails on Ubuntu 8.10
- At least Ubuntu 8.1 sets __attribute__((warn_unused_result)) on fwrite()
  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25509
  which means (void)fwrite(...) will *always* generate a warning, so
  set -Wno-error to bypass this in Linux.sys.mk
- Ubuntu 8.1 also jumps through hoops to ensure ARG_MAX is *undefined*, so
  work around this in tnftp and libnbcompat
2009-02-19 00:51:12 +00:00
..
files Fix PR 40151 - bootstrap of pkgsrc fails on Ubuntu 8.10 2009-02-19 00:51:12 +00:00
DESCR
Makefile Add a marker for bootstrap packages to allow special cases them during 2008-06-19 18:36:51 +00:00
options.mk Enable IPv6 support by default, approved by Luke Mewburn. 2008-08-09 22:03:52 +00:00
PLIST