Path to this page:
Subject: CVS commit: [pkgsrc-2012Q1] pkgsrc/archivers/mousetar
From: Steven Drake
Date: 2012-04-08 12:53:55
Message id: 20120408105355.9800A175DD@cvs.netbsd.org
Log Message:
Pullup ticket #3714 - requested by dholland
archivers/mousetar build fix
Revisions pulled up:
- archivers/mousetar/Makefile 1.19-1.20
---
Module Name: pkgsrc
Committed By: dholland
Date: Sat Apr 7 23:32:40 UTC 2012
Modified Files:
pkgsrc/archivers/mousetar: Makefile
Log Message:
Always set -DDIRENT_FIXUP, which means opendir() returns POSIX struct
dirent rather than the FFS struct direct. As this has been POSIX for
at least twenty years I very, very much doubt there are any exceptions
left in the wild.
Fixes build on NetBSD-current.
---
Module Name: pkgsrc
Committed By: dholland
Date: Sat Apr 7 23:35:35 UTC 2012
Modified Files:
pkgsrc/archivers/mousetar: Makefile
Log Message:
On reflection, bump PKGREVISION. It stopped building on -current
because quota-related FFS header reorganization caused the definition
of the FFS struct direct to no longer be visible; however, on older
NetBSD since struct direct and struct dirent diverged (which was some
time back) it would have built successfully unless given -Wall, but
not worked.
Files: