pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2012Q1] pkgsrc/archivers/mousetar



Module Name:    pkgsrc
Committed By:   sbd
Date:           Sun Apr  8 10:53:55 UTC 2012

Modified Files:
        pkgsrc/archivers/mousetar [pkgsrc-2012Q1]: Makefile

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.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.18.2.1 pkgsrc/archivers/mousetar/Makefile

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