pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   abs
Date:           Thu Feb 19 00:51:12 UTC 2009

Modified Files:
        pkgsrc/net/tnftp/files/libnetbsd: glob.c
        pkgsrc/pkgtools/bootstrap-mk-files/files/mods: Linux.sys.mk
        pkgsrc/pkgtools/libnbcompat/files/nbcompat: param.h

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/net/tnftp/files/libnetbsd/glob.c
cvs rdiff -r1.1.1.1 -r1.2 \
    pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Linux.sys.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/pkgtools/libnbcompat/files/nbcompat/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index