diff options
author | dholland <dholland> | 2012-04-07 23:35:35 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-04-07 23:35:35 +0000 |
commit | 49ffd8c7ca705339fdc97314c12dc5e7d805c639 (patch) | |
tree | 7492fa6418eed1a5f1b00894edb54859d032e2e8 /archivers | |
parent | 622ed6af4cf562c00e340ed1080e3d2007172ff8 (diff) | |
download | pkgsrc-49ffd8c7ca705339fdc97314c12dc5e7d805c639.tar.gz |
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.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/mousetar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/mousetar/Makefile b/archivers/mousetar/Makefile index 02b144f166b..5f327850422 100644 --- a/archivers/mousetar/Makefile +++ b/archivers/mousetar/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2012/04/07 23:32:40 dholland Exp $ +# $NetBSD: Makefile,v 1.20 2012/04/07 23:35:35 dholland Exp $ # DISTNAME= mousetar-20021217 +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://sparkle.rodents.montreal.qc.ca/pub/mouse/ftp.netbsd.org/tar/ DISTFILES= tar.c tar.man |